From 1b9d200986e2d6fc54f173b6b695a17009a7b21f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Mar 2004 17:39:34 +0000 Subject: (invalid-j): New partial test for the above fix. --- tests/join/Test.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/join/Test.pm') diff --git a/tests/join/Test.pm b/tests/join/Test.pm index 6f0d3b758..e666a7510 100644 --- a/tests/join/Test.pm +++ b/tests/join/Test.pm @@ -117,6 +117,9 @@ my @tv = ( [t_subst "a:1\nb:1\n", t_subst "a:2:\nb:2:\n"], t_subst "a:1:2:\nb:1:2:\n", 0], +# FIXME: change this to ensure the diagnostic makes sense +['invalid-j', '-j x', {}, "", 1], + ); -- cgit v1.2.3-54-g00ecf