1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

expand: make tab explicit in test

This commit is contained in:
Daniel Hofstetter 2024-01-24 09:46:27 +01:00
parent f790349ffb
commit 8c4c6a53ec

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