From 00c29ff8bf429b0884d885b7604c1d33f673b0c3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 15 Apr 2000 18:03:44 +0100 Subject: [PATCH] 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 --- t/op/misc.t | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4