r67701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67700‎ | r67701 | r67702 >
Date:11:15, 9 June 2010
Author:platonides
Status:ok
Tags:
Comment:
A parser test for the spaces.
Modified paths:
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -7941,6 +7941,24 @@
79427942 * <!-- Hello --> ''{{world}}'' {{subst:How are you}}{{ {{{|safesubst:}}} #if:1|2|3}}
79437943 !! end
79447944
 7945+!! test
 7946+Play a bit with r67090 and bug 3158
 7947+!! options
 7948+disabled
 7949+!! input
 7950+<div style="width:50% !important">&nbsp;</div>
 7951+<div style="width:50%&nbsp;!important">&nbsp;</div>
 7952+<div style="width:50%&#160;!important">&nbsp;</div>
 7953+<div style="border : solid;">&nbsp;</div>
 7954+!! result
 7955+<div style="width:50% !important">&nbsp;</div>
 7956+<div style="width:50% !important">&nbsp;</div>
 7957+<div style="width:50% !important">&nbsp;</div>
 7958+<div style="border&#160;: solid;">&nbsp;</div>
 7959+
 7960+!! end
 7961+
 7962+
79457963 TODO:
79467964 more images
79477965 more tables

Status & tagging log