r67097 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67096‎ | r67097 | r67098 >
Date:18:11, 30 May 2010
Author:overlordq
Status:ok (Comments)
Tags:
Comment:
Followup to r67090, update parser tests
Modified paths:
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -414,7 +414,7 @@
415415 !! input
416416 ; name : Definition
417417 !! result
418 -<dl><dt> name&nbsp;</dt><dd> Definition
 418+<dl><dt> name&#160;</dt><dd> Definition
419419 </dd></dl>
420420
421421 !! end
@@ -444,7 +444,7 @@
445445 !! input
446446 ; http://example.com/ : definition
447447 !! result
448 -<dl><dt> <a href="http://example.com/" class="external free" rel="nofollow">http://example.com/</a>&nbsp;</dt><dd> definition
 448+<dl><dt> <a href="http://example.com/" class="external free" rel="nofollow">http://example.com/</a>&#160;</dt><dd> definition
449449 </dd></dl>
450450
451451 !! end
@@ -495,7 +495,7 @@
496496 !! input
497497 ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up
498498 !! result
499 -<dl><dt> <a href="http://www.wikipedia2.org/" class="external text" rel="nofollow">Wikipedia&nbsp;: The Next Generation</a></dt><dd> OK, I made that up
 499+<dl><dt> <a href="http://www.wikipedia2.org/" class="external text" rel="nofollow">Wikipedia&#160;: The Next Generation</a></dt><dd> OK, I made that up
500500 </dd></dl>
501501
502502 !! end
@@ -516,7 +516,7 @@
517517 !! input
518518 ;one<br/>two : two-line fun
519519 !! result
520 -<dl><dt>one<br />two&nbsp;</dt><dd> two-line fun
 520+<dl><dt>one<br />two&#160;</dt><dd> two-line fun
521521 </dd></dl>
522522
523523 !! end
@@ -4863,7 +4863,7 @@
48644864 !! input
48654865 C'est grave !
48664866 !! result
4867 -<p>C'est grave&nbsp;!
 4867+<p>C'est grave&160;!
48684868 </p>
48694869 !! end
48704870
@@ -6744,8 +6744,8 @@
67456745 ; title : def
67466746 ;title: def
67476747 !! result
6748 -<dl><dt> title &nbsp;</dt><dd> def
6749 -</dd><dt> title&nbsp;</dt><dd> def
 6748+<dl><dt> title &#160;</dt><dd> def
 6749+</dd><dt> title&#160;</dt><dd> def
67506750 </dd><dt>title</dt><dd> def
67516751 </dd></dl>
67526752

Follow-up revisions

RevisionCommit summaryAuthorDate
r67098(r67097) Typo in previous commitoverlordq18:13, 30 May 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67090Remove most named character references from output...simetrical17:33, 30 May 2010

Comments

#Comment by Simetrical (talk | contribs)   18:34, 30 May 2010

Thanks!

Status & tagging log