From ee9e32ce1019d7c7c72e824cdec340d34305cf4e Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 28 May 2011 02:09:01 +0000 Subject: [PATCH] follow up r88997 with a rough attempt at a parser test, though, really, we can't test signature expansion --- tests/parser/parserTests.txt | 61 ++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index fc05d5b148..b6fd8c2f27 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -9108,6 +9108,67 @@ Special characters in embedded file links (bug 27679)

!! end +!! article +Template:Bug93a +!! text +*ac +*de + +*fg +*hi +!! endarticle + +!! article +Template:Bug93b +!! text +*ac +*de + +*jk +*lm +!! endarticle + +!! article +Template:Bug93c +!! text +*ac +*de + +*no +*pq +!! endarticle + +!! test +Signature expansion in nowiki tags. (bug 93) +!! input +{{Bug93a}} +one +{{Bug93b}} +two +{{Bug93c}} +!! result +
  • ac +
  • d<b>e +
+

+

+
  • fg +
  • h<b>i +
+

one +

+
  • a<b>c +
  • d<b>e +
+

+

+
  • +
  • +
+

two +nop<b>q +

+!! end TODO: more images -- 2.20.1