#!/usr/bin/perl -w # -*- perl -*- BEGIN { chdir 't' if -d 't'; unshift @INC, '../lib'; unshift @INC, '../lib/Pod/t'; require "pod2html-lib.pl"; } use strict; use Test::More tests => 1; convert_n_test("htmlescp", "html escape"); __DATA__
Escape Sequences Test
I am a stupid fool who puts naked < & > characters in my POD instead of escaping them as < and >.
Here is some bold text, some italic plus /etc/fstab
file and something that looks like an <html> tag.
This is some $code($arg1)
.