From: Jarkko Hietaniemi Date: Mon, 28 May 2001 15:13:40 +0000 (+0000) Subject: Test case for 20010422.005, fixed by #10250. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b490c9cf3b42eb2e5ff3d67a31af1e39c211fe0;hp=8452ff4b8049a7286a3a2f0c012eeb26d0a32e0a;p=p5sagit%2Fp5-mst-13.2.git Test case for 20010422.005, fixed by #10250. p4raw-id: //depot/perl@10251 --- diff --git a/t/op/misc.t b/t/op/misc.t index e3927a3..931e6b3 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -682,3 +682,10 @@ OK "abcd\x{1234}" =~ /(a)(b[c])(d+)?/i and print "ok\n"; EXPECT ok +######## +# Bug 20010422.005 +{s//${}/; //} +EXPECT +syntax error at - line 2, near "${" +syntax error at - line 2, near "//}" +Execution of - aborted due to compilation errors.