You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
853 B
40 lines
853 B
diff -up texinfo-5.1/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t.orig texinfo-5.1/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t |
|
--- texinfo-5.1/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t.orig 2013-02-19 23:25:28.000000000 +0100 |
|
+++ texinfo-5.1/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t 2017-10-02 14:39:20.134383675 +0200 |
|
@@ -50,6 +50,10 @@ X<aaa> |
|
|
|
', 'index in head'); |
|
|
|
+TODO: { |
|
+ |
|
+local $TODO = 'Pod::Simple not ignoring correctly X<>'; |
|
+ |
|
run_test ('=head1 NAME |
|
X<aaa> |
|
', |
|
@@ -59,6 +63,8 @@ X<aaa> |
|
|
|
', 'index in head node', 1, 2); |
|
|
|
+} |
|
+ |
|
run_test ('=head1 NAME |
|
|
|
T@c |
|
@@ -138,6 +144,8 @@ Para |
|
run_test('=over |
|
|
|
=item L</somewhere> |
|
+ |
|
+=back |
|
', '@table @asis |
|
@item @ref{somewhere} |
|
@anchor{somewhere} |
|
@@ -176,6 +184,7 @@ run_test('=over |
|
|
|
=item a L<pod2latex|pod2latex> |
|
|
|
+=back |
|
', '@table @asis |
|
@item a @ref{, pod2text,, pod2text} |
|
@anchor{a pod2text}
|
|
|