diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-12 09:04:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-12 09:04:52 +0000 |
commit | 707be37f35218f043808c9ad34507fb307546d83 (patch) | |
tree | b6eb3234e6c137b145894768ef61a545cc7429ca /tests/fmt | |
parent | 7ef999a43fff5396e9bfc560d4914087f964ce60 (diff) | |
download | coreutils-707be37f35218f043808c9ad34507fb307546d83.tar.xz |
Add wide-1 and wide-2.
Diffstat (limited to 'tests/fmt')
-rwxr-xr-x | tests/fmt/basic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fmt/basic b/tests/fmt/basic index 495aa569c..66f79cc04 100755 --- a/tests/fmt/basic +++ b/tests/fmt/basic @@ -25,6 +25,8 @@ my @Tests = ['8-bit-pfx', qw (-p 'ç'), {IN=> "ça\nçb\n"}, {OUT=>"ça b\n"}], + ['wide-1', '-32768', {IN=> "a\n"}, {OUT=>"a\n"}], + ['wide-2', '-2147483647', {IN=> "a\n"}, {OUT=>"a\n"}], ); my $save_temps = $ENV{DEBUG}; |