summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-12-06 17:56:34 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-07 03:07:03 +0000
commit972e7321890d17fb9c105d15681c3146dfb7c1cc (patch)
treef2e6dfd489b6a09029f7bd3622d2c1b9abf7d45c /t/base
parentb5fe401bfa4db89e5f67b4efa27cfb15826a0dcc (diff)
downloadperl-972e7321890d17fb9c105d15681c3146dfb7c1cc.tar.gz
Test For Echo, take 2
Message-ID: <20011207035634.GO22648@blackrider> p4raw-id: //depot/perl@13507
Diffstat (limited to 't/base')
-rwxr-xr-xt/base/lex.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index 54d6c93c5e..4166c18194 100755
--- a/t/base/lex.t
+++ b/t/base/lex.t
@@ -53,8 +53,8 @@ $foo
EOF
EOE
-print <<`EOS` . <<\EOF;
-echo ok 12
+print <<'EOS' . <<\EOF;
+ok 12 - make sure single quotes are honored \nnot ok
EOS
ok 13
EOF