r9911 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9910‎ | r9911 | r9912 >
Date:23:30, 4 July 2005
Author:avar
Status:old
Tags:
Comment:
* (bug 2702) parsertest
Modified paths:
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -623,6 +623,15 @@
624624 </p>
625625 !! end
626626
 627+!! test
 628+Bug 2702: Mismatched <i> and <a> tags are invalid
 629+!! input
 630+''[http://example.com text'']
 631+!! result
 632+<p><i><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow">text</a></i>
 633+</p>
 634+!! end
 635+
627636 ###
628637 ### Quotes
629638 ###

Follow-up revisions

RevisionCommit summaryAuthorDate
r13307Collected updates:...gabrielwicke17:10, 24 March 2006

Status & tagging log