mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
test(expand): Add some tests for expand (#1505)
This commit is contained in:
parent
0ca5132a06
commit
601690b079
5 changed files with 68 additions and 0 deletions
7
tests/fixtures/expand/with-trailing-tab.txt
vendored
Normal file
7
tests/fixtures/expand/with-trailing-tab.txt
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
// !note: file contains significant whitespace
|
||||
// * indentation uses <TAB> characters
|
||||
int main() {
|
||||
// * next line has both a leading & trailing tab
|
||||
// with tabs=>
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue