summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.pod
blob: c901314c761722aa281e3032ad1ad43055c274e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
=head1 NAME

Escape Sequences Test

=head1 DESCRIPTION

I am a stupid fool who puts naked < & > characters in my POD
instead of escaping them as E<lt> and E<gt>.

Here is some B<bold> text, some I<italic> plus F</etc/fstab>
file and something that looks like an E<lt>htmlE<gt> tag.
This is some C<$code($arg1)>.

Some numeric escapes: E<0120> E<0x65> E<x72> E<108>

=cut