diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-12-06 17:56:34 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-07 03:07:03 +0000 |
commit | 972e7321890d17fb9c105d15681c3146dfb7c1cc (patch) | |
tree | f2e6dfd489b6a09029f7bd3622d2c1b9abf7d45c /t/base | |
parent | b5fe401bfa4db89e5f67b4efa27cfb15826a0dcc (diff) | |
download | perl-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-x | t/base/lex.t | 4 |
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 |