Skip to content

Commit ae5f2bc

Browse files
authored
Merge pull request uutils#5875 from cakebaker/expand_make_tab_explicit_in_test
expand: make tab explicit in test
2 parents e580627 + 8c4c6a5 commit ae5f2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_expand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ fn test_args_override() {
403403
// * indentation uses <TAB> characters
404404
int main() {
405405
// * next line has both a leading & trailing tab
406-
// with tabs=>
406+
// with tabs=>\t
407407
return 0;
408408
}
409409
",

0 commit comments

Comments
 (0)