From: Ævar Arnfjörð Bjarmason Date: Mon, 2 May 2005 09:32:53 +0000 (+0000) Subject: * These tests were going a bit too well, so here are some more that fail. X-Git-Tag: 1.5.0alpha1~22 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=84e4e88bf390da7772d12dcfb264bc3f496fd069;p=lhc%2Fweb%2Fwiklou.git * These tests were going a bit too well, so here are some more that fail. --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index dc851e08d9..f6a2fc556c 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -349,8 +349,12 @@ Non-bracketed: http://example.com External links: numbered !! input Numbered: [http://example.com] +Numbered: [http://example.net] +Numbered: [http://example.org] !! result

Numbered: [1] +Numbered: [2] +Numbered: [3]

!!end @@ -1041,6 +1045,41 @@ Interwiki link encoding conversion (bug 1636)

!! end +!! test +Incorrecly removing closing slashes from correctly formed XHTML +!! input +
+!! result +


+

+!! end + +!! test +Failing to transform badly formed HTML into correct XHTML +!! input +
+
+
+!! result +


+
+
+

+!!end + +!! test +Horizontal ruler (should it add that extra space?) +!! input +
+
+foo
bar +!! result +
+
+foo
bar +!! end + ### ### Block-level elements ###