mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00

There was an issue with autoformat when the files had a different number of columns in the first line. This commit fixes the issue and extends the related test to cover this case.
5 lines
30 B
Text
5 lines
30 B
Text
1 a b
|
|
2 b c
|
|
3 d e f
|
|
4 g h
|
|
5 i
|