From 052d24c96bffee5425b4629fafcdd1180d6190d4 Mon Sep 17 00:00:00 2001
From: Alex Schroeder Moo. Moo.make honey
make honey
one
'),
- quotemeta('two
'),
+ quotemeta('one
'),
+ quotemeta('two
'),
quotemeta('bla
murks'),); @@ -2402,8 +2402,8 @@ update_page('headers', "== one ==\ntext\n== two ==\ntext\n== three ==\ntext\n"); test_page(get_page('headers'), '
foo == no header ==
text
foo == no header ==
text
foo
foo
foo
foo
text
', - 'text
', + 'foo
foo
foo
foo
foo
foo
foo
one
two
one
two
murks')); @@ -2801,12 +2812,12 @@ xpath_test(get_page('action=rc days=1 showedit=1'), update_page('LocalNamesTest', 'This is an [http://www.example.org/ Example] for [http://www.emacswiki.org EmacsWiki].'); xpath_test(get_page('action=rc days=1 showedit=1'), - '//a[@class="local"][text()="LocalNames"]/following-sibling::strong[text()="Local names defined on LocalNamesTest: Example, and EmacsWiki"]'); + '//a[@class="local"][text()="LocalNames"]/following-sibling::strong[text()="Local names defined on LocalNamesTest: EmacsWiki, and Example"]'); update_page('LocalNamesTest', 'This is an [http://www.example.com/ Example] for [http://www.emacswiki.org/ EmacsWiki] and [http://communitywiki.org/ Community Wiki].'); xpath_test(get_page('action=rc days=1 showedit=1'), - '//a[@class="local"][text()="LocalNames"]/following-sibling::strong[text()="Local names defined on LocalNamesTest: Example, EmacsWiki, and Community Wiki"]'); + '//a[@class="local"][text()="LocalNames"]/following-sibling::strong[text()="Local names defined on LocalNamesTest: Community Wiki, EmacsWiki, and Example"]'); update_page('LocalNamesTest', 'This is [http://www.example.com/ one Example].'); xpath_test(get_page('LocalNames'),