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

8 lines
179 B
Plaintext

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