From b2fea08cdfa7994ae3d77667cb44ec71cac67575 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 6 Jun 2006 22:50:28 +0000 Subject: [PATCH] Parser tests for
 tag with attributes (bug 3202)

---
 maintenance/parserTests.txt | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt
index 72ee3ed259..a6a8aec8c5 100644
--- a/maintenance/parserTests.txt
+++ b/maintenance/parserTests.txt
@@ -312,6 +312,42 @@ And a link
 
 !! end
 
+!! test
+
 with attributes (bug 3202)
+!! input
+
Bluescreen of WikiDeath
+!! result +
Bluescreen of WikiDeath
+ +!! end + +!! test +
 with width attribute (bug 3202)
+!! input
+
Narrow screen goodies
+!! result +
Narrow screen goodies
+ +!! end + +!! test +
 with forbidden attribute (bug 3202)
+!! input
+
Narrow screen goodies
+!! result +
Narrow screen goodies
+ +!! end + +!! test +
 with forbidden attribute values (bug 3202)
+!! input
+
Narrow screen goodies
+!! result +
Narrow screen goodies
+ +!! end + ### ### Definition lists ### -- 2.20.1