* (bug 4515) New test: "Sanitizer: Validating the contents of the id attribute"
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 7 Jan 2006 09:11:53 +0000 (09:11 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 7 Jan 2006 09:11:53 +0000 (09:11 +0000)
maintenance/parserTests.txt

index 7594cc9..5409f2b 100644 (file)
@@ -3073,6 +3073,14 @@ Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=
 </p>
 !! end
 
 </p>
 !! end
 
+!! test
+Sanitizer: Validating the contents of the id attribute (bug 4515)
+!! input
+<br id=9 />
+!! result
+Something, but defenetly not <br id="9" />...
+!! end
+
 TODO:
 more images
 more tables
 TODO:
 more images
 more tables