Use PodParser 1.18 new test.
Jarkko Hietaniemi [Mon, 21 Aug 2000 18:30:56 +0000 (18:30 +0000)]
p4raw-id: //depot/perl@6755

t/pod/special_seqs.t
t/pod/special_seqs.xr

index 1f229c2..ecd99ec 100755 (executable)
@@ -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
index a07f4cf..a8c715a 100644 (file)
@@ -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)
+