summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-12 09:04:52 +0000
committerJim Meyering <jim@meyering.net>2001-09-12 09:04:52 +0000
commit707be37f35218f043808c9ad34507fb307546d83 (patch)
treeb6eb3234e6c137b145894768ef61a545cc7429ca /tests
parent7ef999a43fff5396e9bfc560d4914087f964ce60 (diff)
downloadcoreutils-707be37f35218f043808c9ad34507fb307546d83.tar.xz
Add wide-1 and wide-2.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fmt/basic2
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};