From cb2c60da1a062a511a2c1cd8fa464cf46b0ed857 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Thu, 16 Oct 2003 00:00:10 +0000 Subject: [PATCH] title attribute in page titles --- test-markup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-markup.pl b/test-markup.pl index dce061d2..0f175fc2 100755 --- a/test-markup.pl +++ b/test-markup.pl @@ -577,7 +577,7 @@ test_page(get_page('SearchAndReplace'), @Test); ## Check headers especially the quoting of non-ASCII characters. @Test = split('\n',<<'EOT'); -

Alexander Schröder

+

Alexander Schröder

Edit Alexander Schröder! EOT @@ -650,7 +650,7 @@ print '[lock on creation]'; @Test = split('\n',<<'EOT'); SandBox This is a test. -

SandBox

+

SandBox

EOT test_page(update_page('SandBox', 'This is a test.', 'first test'), @Test);