texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Sat, 8 Oct 2022 14:43:06 -0400 (EDT)

branch: master
commit a94887f6065df8be0d8eeee78f6ea091a4c69631
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 8 18:17:56 2022 +0200

    Add a test.
---
 Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t 
b/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t
index 440e803170..6281707a51 100644
--- a/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t
+++ b/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t
@@ -6,7 +6,7 @@
 # change 'tests => 1' to 'tests => last_test_to_print';
 
 use Test::More;
-BEGIN { plan tests => 20 };
+BEGIN { plan tests => 21 };
 use Pod::Simple::Texinfo;
 ok(1); # If we made it this far, we're ok.
 
@@ -279,6 +279,17 @@ L</head C<extra>>
 
 run_test('=head1 head
 
+L<Pod::deC<code>>
+
+', '@chapter head
+@anchor{head}
+
+@ref{,,, Pod-decode}
+
+', 'link to external module');
+
+run_test('=head1 head
+
 # line 4 "ggggg"
 and
  # line 5 "fff"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]