Merge pull request #5875 from cakebaker/expand_make_tab_explicit_in_test

expand: make tab explicit in test
This commit is contained in:
Sylvestre Ledru
2024-01-26 14:36:48 +01:00
committed by GitHub
+1 -1
View File
@@ -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;
}
",