Add missing escape (Charles Lane)
[p5sagit/p5-mst-13.2.git] / 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