This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade podlators from version 4.08 to 4.09
[perl5.git] / cpan / podlators / t / data / snippets / man / trailing-space
diff --git a/cpan/podlators/t/data/snippets/man/trailing-space b/cpan/podlators/t/data/snippets/man/trailing-space
new file mode 100644 (file)
index 0000000..32c755e
--- /dev/null
@@ -0,0 +1,20 @@
+[name]
+Trailing protected space
+
+[input]
+=head1 TRAILING SPACE
+
+HelloS< >
+
+worldS<   >
+
+.
+
+[output]
+.SH "TRAILING SPACE"
+.IX Header "TRAILING SPACE"
+Hello\ 
+.PP
+world\ \ \ 
+.PP
+\&.