r14529 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14528‎ | r14529 | r14530 >
Date:19:28, 1 June 2006
Author:brion
Status:old
Tags:
Comment:
Regression test for unclosed final comment
Modified paths:
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -266,7 +266,15 @@
267267 </p>
268268 !! end
269269
 270+!! test
 271+Comment semantics: unclosed comment at end
 272+!! input
 273+<!--This comment will run out to the end of the document
 274+!! result
270275
 276+!! end
 277+
 278+
271279 ###
272280 ### Preformatted text
273281 ###
@@ -2422,7 +2430,7 @@
24232431 !! test
24242432 pre-save transform: unclosed tag
24252433 !! options
2426 -pst
 2434+pst noxml
24272435 !! input
24282436 <nowiki>'''not wiki'''
24292437 !! result
@@ -2432,7 +2440,7 @@
24332441 !! test
24342442 pre-save transform: mixed tag case
24352443 !! options
2436 -pst
 2444+pst noxml
24372445 !! input
24382446 <NOwiki>'''not wiki'''</noWIKI>
24392447 !! result

Status & tagging log