coreutils/tests/fixtures/expand/with-trailing-tab.txt

8 lines
179 B
Text
Raw Normal View History

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