Skip to content

Commit 8c4c6a5

Browse files
committed
expand: make tab explicit in test
1 parent f790349 commit 8c4c6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_expand.rs

Lines changed: 1 addition & 1 deletion
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)