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
commit ae5f2bc0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}
",