diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 18:30:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 18:30:56 +0000 |
commit | 8a523ae08453295a34aa037a4aa24b1e5083a323 (patch) | |
tree | 317e8f373b90cb50c8263c1c462c1bc141b51ec8 /t/pod | |
parent | 39a52d2cf5d981eb05a120d82dd92cfdc59c5e74 (diff) | |
download | perl-8a523ae08453295a34aa037a4aa24b1e5083a323.tar.gz |
Use PodParser 1.18 new test.
p4raw-id: //depot/perl@6755
Diffstat (limited to 't/pod')
-rwxr-xr-x | t/pod/special_seqs.t | 3 | ||||
-rw-r--r-- | t/pod/special_seqs.xr | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/t/pod/special_seqs.t b/t/pod/special_seqs.t index 1f229c2761..ecd99ecde8 100755 --- a/t/pod/special_seqs.t +++ b/t/pod/special_seqs.t @@ -40,4 +40,7 @@ So things like C<<$self->method()>> and C<<$self->{FIELDNAME}>> wont end up doing what you might expect since the first > will still terminate the first < seen. +Lets make sure these work for empty ones too, like C<< >> and C<< >> >> +(just to be obnoxious) + =cut diff --git a/t/pod/special_seqs.xr b/t/pod/special_seqs.xr index a07f4cf417..a8c715ae0a 100644 --- a/t/pod/special_seqs.xr +++ b/t/pod/special_seqs.xr @@ -20,3 +20,6 @@ up doing what you might expect since the first > will still terminate the first < seen. + Lets make sure these work for empty ones too, like and `>>' (just to be + obnoxious) + |