From: Tom Hughes Date: Sat, 15 Apr 2000 17:03:44 +0000 (+0100) Subject: The test from this X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00c29ff8bf429b0884d885b7604c1d33f673b0c3;p=p5sagit%2Fp5-mst-13.2.git The test from this Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions Message-ID: was missing, the code change went in as #5989 (which had a different test?) p4raw-id: //depot/perl@6482 --- diff --git a/t/op/misc.t b/t/op/misc.t index 55f459d..00abc99 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -558,3 +558,7 @@ eval "C"; M(C); EXPECT Modification of a read-only value attempted at - line 2. +######## +print qw(ab a\b a\\b); +EXPECT +aba\ba\b