projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc7512
)
Retract #13496 for now.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 6 Dec 2001 20:46:04 +0000
(20:46 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 6 Dec 2001 20:46:04 +0000
(20:46 +0000)
p4raw-id: //depot/perl@13499
t/base/lex.t
patch
|
blob
|
history
t/base/term.t
patch
|
blob
|
history
diff --git
a/t/base/lex.t
b/t/base/lex.t
index
4166c18
..
54d6c93
100755
(executable)
--- a/
t/base/lex.t
+++ b/
t/base/lex.t
@@
-53,8
+53,8
@@
$foo
EOF
EOE
-print <<
'EOS'
. <<\EOF;
-ok 12 - make sure single quotes are honored \nnot ok
+print <<
`EOS`
. <<\EOF;
+echo ok 12
EOS
ok 13
EOF
diff --git
a/t/base/term.t
b/t/base/term.t
index
2d3fe5a
..
000bff1
100755
(executable)
--- a/
t/base/term.t
+++ b/
t/base/term.t
@@
-19,7
+19,7
@@
else {print "not ok 1\n";}
# check `` processing
-$x = `
$^X -le "print 'hi there'"
`;
+$x = `
echo hi there
`;
if ($x eq "hi there\n") {print "ok 2\n";} else {print "not ok 2\n";}
# check $#array