summaryrefslogtreecommitdiff
path: root/tests/pr/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pr/Test.pm')
-rw-r--r--tests/pr/Test.pm3
1 files changed, 3 insertions, 0 deletions
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],
+
);
#']]);