summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-09-01 22:40:35 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-09-01 18:59:57 -0400
commit63a8776eba7e6662181265643188f7889588ba11 (patch)
tree5ece8d9b7b4b47c260fef3df249a4f636b69a044 /ext
parentcab7765183cdc58e214067bafc145253606c347d (diff)
downloadperl-63a8776eba7e6662181265643188f7889588ba11.tar.gz
Exercise Pod::Html::Util::html_escape on Title element
For: https://github.com/Perl/perl5/issues/18838
Diffstat (limited to 'ext')
-rw-r--r--ext/Pod-Html/t/htmlescp.pod2
-rw-r--r--ext/Pod-Html/t/htmlescp.t4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/Pod-Html/t/htmlescp.pod b/ext/Pod-Html/t/htmlescp.pod
index c901314c76..a432c3dcba 100644
--- a/ext/Pod-Html/t/htmlescp.pod
+++ b/ext/Pod-Html/t/htmlescp.pod
@@ -1,6 +1,6 @@
=head1 NAME
-Escape Sequences Test
+Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands
=head1 DESCRIPTION
diff --git a/ext/Pod-Html/t/htmlescp.t b/ext/Pod-Html/t/htmlescp.t
index bae0e1a0de..32115fc66a 100644
--- a/ext/Pod-Html/t/htmlescp.t
+++ b/ext/Pod-Html/t/htmlescp.t
@@ -36,7 +36,7 @@ __DATA__
<!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>Escape Sequences Test</title>
+<title>Escape Sequences Test: Recalling the Glory &quot;&lt;&amp;&amp;&amp;&gt;&quot; of Ampersands</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[PERLADMIN]" />
</head>
@@ -52,7 +52,7 @@ __DATA__
<h1 id="NAME">NAME</h1>
-<p>Escape Sequences Test</p>
+<p>Escape Sequences Test: Recalling the Glory &quot;&lt;&amp;&amp;&amp;&gt;&quot; of Ampersands</p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>