Skip to content

Commit

Permalink
Merge pull request #5875 from cakebaker/expand_make_tab_explicit_in_test
Browse files Browse the repository at this point in the history
expand: make tab explicit in test
  • Loading branch information
sylvestre authored Jan 26, 2024
2 parents e580627 + 8c4c6a5 commit ae5f2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
",
Expand Down

0 comments on commit ae5f2bc

Please sign in to comment.