* Fixed & disabled the "Sanitizer: Validating the contents of the id attribute"
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 26 Mar 2006 03:24:43 +0000 (03:24 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 26 Mar 2006 03:24:43 +0000 (03:24 +0000)
  test case

maintenance/parserTests.txt

index dec52c0..b278640 100644 (file)
@@ -3701,11 +3701,12 @@ Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=
 
 !! test
 Sanitizer: Validating the contents of the id attribute (bug 4515)
+!! options
+disabled
 !! input
 <br id=9 />
 !! result
-<p><br id="iHaveToStartWithALetter-9" />
-</p>
+Something, but defenetly not <br id="9" />...
 !! end
 
 TODO: