diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-05-25 04:25:38 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-05-25 04:25:38 +0000 |
commit | 75f2fcd2d4e92959bb7df9fd5b239834d7ebac6f (patch) | |
tree | 91ad54042c35ee96eddc25b249a69d684bcdf920 /t/op/lex_assign.t | |
parent | 399b815183ac77267abe8956bec359166640370a (diff) | |
download | perl-75f2fcd2d4e92959bb7df9fd5b239834d7ebac6f.tar.gz |
Add missing escape (Charles Lane)
p4raw-id: //depot/vmsperl@6120
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-x | t/op/lex_assign.t | 2 |
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 |