From: C. Scott Ananian Date: Fri, 2 Aug 2013 17:22:18 +0000 (-0400) Subject: Add parser tests for bug 52468 and bug 52363. X-Git-Tag: 1.31.0-rc.0~19025^2~1 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=6be9365cee997db5d83b6d370f1fefdf060f082f;p=lhc%2Fweb%2Fwiklou.git Add parser tests for bug 52468 and bug 52363. Change-Id: I3a4361f8f40d941ec05b690311b33351f6425296 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 76388d9b7d..f4a85bc325 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -865,6 +865,37 @@ Non-html5 tags should be accepted

!! end +!! test + isn't (yet) valid wikitext (bug 52468) +!! input + +!! result +

<wbr> +

+!! end + +### +### Special characters +### + +!! test +Bare pipe character (bug 52363) +!! input +| +!! result +

| +

+!! end + +!! test +Bare pipe character from a template (bug 52363) +!! input +{{pipe}} +!! result +

| +

+!! end + ### ### test cases ###