projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef999a
)
Add wide-1 and wide-2.
author
Jim Meyering
<jim@meyering.net>
Wed, 12 Sep 2001 09:04:52 +0000
(09:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 12 Sep 2001 09:04:52 +0000
(09:04 +0000)
tests/fmt/basic
patch
|
blob
|
history
diff --git
a/tests/fmt/basic
b/tests/fmt/basic
index 495aa569c8736977aa199de713c3c6ebac3331ff..66f79cc04feb45077b698a860b6bd8ae2751f3f5 100755
(executable)
--- 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};