From: Karel Zak Date: Mon, 12 Feb 2018 13:14:50 +0000 (+0100) Subject: tests: column(1) test non-space separator at begin of line X-Git-Tag: v2.32-rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c3c3a14f30ef410ec51720ef85d2fb89cd7b9f;p=thirdparty%2Futil-linux.git tests: column(1) test non-space separator at begin of line Signed-off-by: Karel Zak --- diff --git a/tests/expected/column/table-input-separator b/tests/expected/column/table-input-separator index 284f4ef792..477e64b6a3 100644 --- a/tests/expected/column/table-input-separator +++ b/tests/expected/column/table-input-separator @@ -1,5 +1,5 @@ AAA BBBB C DDDD -A BBB CCCC DDD + BBB CCCC DDD AA BB DD AAAA B CC D AA CC DD diff --git a/tests/ts/column/files/table-sep b/tests/ts/column/files/table-sep index c56bac8914..d4c2bf3e71 100644 --- a/tests/ts/column/files/table-sep +++ b/tests/ts/column/files/table-sep @@ -1,5 +1,5 @@ AAA,BBBB,C,DDDD -A,BBB,CCCC,DDD +,BBB,CCCC,DDD AA,BB,,DD AAAA,B,CC,D AA,,CC,DD