From 75f2fcd2d4e92959bb7df9fd5b239834d7ebac6f Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Thu, 25 May 2000 04:25:38 +0000 Subject: [PATCH] Add missing escape (Charles Lane) p4raw-id: //depot/vmsperl@6120 --- t/op/lex_assign.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index 836cdba..f3f205e 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 # readline -- 2.7.4