1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Add test case from Paul Eggert.

This commit is contained in:
Jim Meyering
1999-05-20 16:48:56 +00:00
parent bffbff4ff2
commit 559f32b40d

View File

@@ -206,6 +206,11 @@ my @tv = (
# From Paul Eggert. This was fixed in textutils-1.22k.
["neg-nls", '-n', "-1\n-9\n", "-9\n-1\n", 0],
# From Paul Eggert. This was fixed in textutils-1.22m.
# The bug was visible only when using the internationalized sorting code
# (i.e., not when configured with --disable-nls).
["nul-nls", '', "\0b\n\0a\n", "\0a\n\0b\n", 0],
);
sub test_vector