From 6be9365cee997db5d83b6d370f1fefdf060f082f Mon Sep 17 00:00:00 2001
From: "C. Scott Ananian"
Date: Fri, 2 Aug 2013 13:22:18 -0400
Subject: [PATCH] Add parser tests for bug 52468 and bug 52363.
Change-Id: I3a4361f8f40d941ec05b690311b33351f6425296
---
tests/parser/parserTests.txt | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt
index 76388d9b7db..f4a85bc325a 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
###
--
2.11.4.GIT