The test from this
Tom Hughes [Sat, 15 Apr 2000 17:03:44 +0000 (18:03 +0100)]
Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
Message-ID: <d1c9b2af49.tom@compton.compton.nu>

was missing, the code change went in as #5989
(which had a different test?)

p4raw-id: //depot/perl@6482

t/op/misc.t

index 55f459d..00abc99 100755 (executable)
@@ -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