summaryrefslogtreecommitdiff
path: root/lib/Pod/t/htmlescp.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Pod/t/htmlescp.pod')
-rw-r--r--lib/Pod/t/htmlescp.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Pod/t/htmlescp.pod b/lib/Pod/t/htmlescp.pod
new file mode 100644
index 0000000000..dc53ca75a0
--- /dev/null
+++ b/lib/Pod/t/htmlescp.pod
@@ -0,0 +1,14 @@
+=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)>.
+
+=cut