mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
Merge pull request #5875 from cakebaker/expand_make_tab_explicit_in_test
expand: make tab explicit in test
This commit is contained in:
commit
ae5f2bc0d0
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ fn test_args_override() {
|
|||
// * indentation uses <TAB> characters
|
||||
int main() {
|
||||
// * next line has both a leading & trailing tab
|
||||
// with tabs=>
|
||||
// with tabs=>\t
|
||||
return 0;
|
||||
}
|
||||
",
|
||||
|
|
Loading…
Reference in a new issue