coreutils/tests/fixtures/expand/with-trailing-tab.txt
2020-05-15 18:09:10 -05:00

7 lines
179 B
Text

// !note: file contains significant whitespace
// * indentation uses <TAB> characters
int main() {
// * next line has both a leading & trailing tab
// with tabs=>
return 0;
}