mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
4b8d4bfc05
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.
6 lines
39 B
Plaintext
6 lines
39 B
Plaintext
1 a a b
|
|
2 b b c
|
|
3 c d e
|
|
4 d g h
|
|
5 e i
|