This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.10
[perl5.git] / cpan / podlators / t / data / snippets / man / trailing-space
1 [name]
2 Trailing protected space
3
4 [input]
5 =head1 TRAILING SPACE
6
7 HelloS< >
8
9 worldS<   >
10
11 .
12
13 [output]
14 .SH "TRAILING SPACE"
15 .IX Header "TRAILING SPACE"
16 Hello\ 
17 .PP
18 world\ \ \ 
19 .PP
20 \&.