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);