summaryrefslogtreecommitdiff
path: root/t/op/lex_assign.t
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-05-25 04:25:38 +0000
committerbailey <bailey@newman.upenn.edu>2000-05-25 04:25:38 +0000
commit75f2fcd2d4e92959bb7df9fd5b239834d7ebac6f (patch)
tree91ad54042c35ee96eddc25b249a69d684bcdf920 /t/op/lex_assign.t
parent399b815183ac77267abe8956bec359166640370a (diff)
downloadperl-75f2fcd2d4e92959bb7df9fd5b239834d7ebac6f.tar.gz
Add missing escape (Charles Lane)
p4raw-id: //depot/vmsperl@6120
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-xt/op/lex_assign.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t
index 836cdba4cc..f3f205e746 100755
--- a/t/op/lex_assign.t
+++ b/t/op/lex_assign.t
@@ -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