From 81b2c3735e389d6e56b0ce43019a01644175c1a3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Aug 2000 10:51:39 +0000 Subject: (narrow-1): New test, for the above. --- tests/pr/Test.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/pr/Test.pm') diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index 8bad922e5..f67a820c4 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -337,6 +337,9 @@ my @tv = ( # This test failed with 1.22e and earlier. ['dbl-sp-b', '-d -t', "1\n2\n", "1\n\n2\n\n", 0], +# This test would segfault with 2.0f and earlier. +['narrow-1', '-W1 -t', "12345\n", "1\n", 0], + ); #']]); -- cgit v1.2.3-54-g00ecf