1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +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 // * indentation uses <TAB> characters
int main() { int main() {
// * next line has both a leading & trailing tab // * next line has both a leading & trailing tab
// with tabs=> // with tabs=>\t
return 0; return 0;
} }
", ",