summaryrefslogtreecommitdiff
path: root/t/pod
diff options
context:
space:
mode:
Diffstat (limited to 't/pod')
-rwxr-xr-xt/pod/special_seqs.t3
-rw-r--r--t/pod/special_seqs.xr3
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)
+