Add missing escape (Charles Lane)
authorCharles Bailey <bailey@newman.upenn.edu>
Thu, 25 May 2000 04:25:38 +0000 (04:25 +0000)
committerbailey <bailey@newman.upenn.edu>
Thu, 25 May 2000 04:25:38 +0000 (04:25 +0000)
p4raw-id: //depot/vmsperl@6120

t/op/lex_assign.t

index 836cdba..f3f205e 100755 (executable)
@@ -173,7 +173,7 @@ EOE
 __END__
 ref $xref                      # ref
 ref $cstr                      # ref nonref
-`$runme -e "print qq[1\n]"`                            # backtick skip(MSWin32)
+`$runme -e "print qq[1\\n]"`                           # backtick skip(MSWin32)
 `$undefed`                     # backtick undef skip(MSWin32)
 <*>                            # glob
 <OP>                           # readline