summaryrefslogtreecommitdiff
path: root/lib/Pod/t
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-02 03:30:55 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-02 03:30:55 +0000
commita19d7498e238ac7c03cb96036dee4a734a2a0356 (patch)
treed456bc78fb7bf9cb6e6e23c9c12d2b4e0f77037f /lib/Pod/t
parentae021980da32a6a5f8724b77b145b41e613d3686 (diff)
downloadperl-a19d7498e238ac7c03cb96036dee4a734a2a0356.tar.gz
Missed test changes and a bit of debugging code that should
have been removed. p4raw-id: //depot/perl@25676
Diffstat (limited to 'lib/Pod/t')
-rw-r--r--lib/Pod/t/htmlescp.t2
-rw-r--r--lib/Pod/t/htmlview.t2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/Pod/t/htmlescp.t b/lib/Pod/t/htmlescp.t
index b7913c505b..a17a549cd2 100644
--- a/lib/Pod/t/htmlescp.t
+++ b/lib/Pod/t/htmlescp.t
@@ -13,10 +13,12 @@ use Test::More tests => 1;
convert_n_test("htmlescp", "html escape");
__DATA__
+<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NAME</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[PERLADMIN]" />
</head>
diff --git a/lib/Pod/t/htmlview.t b/lib/Pod/t/htmlview.t
index ea642ee570..50cbc2ac79 100644
--- a/lib/Pod/t/htmlview.t
+++ b/lib/Pod/t/htmlview.t
@@ -13,10 +13,12 @@ use Test::More tests => 1;
convert_n_test("htmlview", "html rendering");
__DATA__
+<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NAME</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[PERLADMIN]" />
</head>