This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
authorAbe Timmerman <abe@ztreet.demon.nl>
Thu, 17 Oct 2002 23:38:34 +0000 (01:38 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 17 Oct 2002 20:33:32 +0000 (20:33 +0000)
Message-Id: <200210172338.34728.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@18028

t/run/switches.t

index 9bcbc80..bfae4eb 100644 (file)
@@ -66,7 +66,7 @@ is( $r, 'abc-def--ghi-jkl-mno--pq-/', '-0777 (slurp mode)' );
 
 $r = runperl(
     switches   => [ '-066' ],
 
 $r = runperl(
     switches   => [ '-066' ],
-    prog       => 'BEGIN { print "($/)" } print "[$/]"',
+    prog       => 'BEGIN { print qq{($/)} } print qq{[$/]}',
 );
 is( $r, "(\066)[\066]", '$/ set at compile-time' );
 
 );
 is( $r, "(\066)[\066]", '$/ set at compile-time' );