A parser test for the spaces.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 9 Jun 2010 11:15:52 +0000 (11:15 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 9 Jun 2010 11:15:52 +0000 (11:15 +0000)
maintenance/parserTests.txt

index 364b9d6..f4dc7e1 100644 (file)
@@ -7941,6 +7941,24 @@ preload
 * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
 !! end
 
+!! test
+Play a bit with r67090 and bug 3158 
+!! options
+disabled
+!! input
+<div style="width:50% !important">&nbsp;</div>
+<div style="width:50%&nbsp;!important">&nbsp;</div>
+<div style="width:50%&#160;!important">&nbsp;</div>
+<div style="border : solid;">&nbsp;</div>
+!! result
+<div style="width:50% !important">&nbsp;</div>
+<div style="width:50% !important">&nbsp;</div>
+<div style="width:50% !important">&nbsp;</div>
+<div style="border&#160;: solid;">&nbsp;</div>
+
+!! end
+
+
 TODO:
 more images
 more tables