http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89208

Revision: 89208
Author:   hashar
Date:     2011-05-31 06:17:59 +0000 (Tue, 31 May 2011)
Log Message:
-----------
revert r84022 parser tests (code reverted by r89088)

The code cause bug 29197 (PHP 5.3.x crash) and the parser tests are
blocking cruise control.

Modified Paths:
--------------
    trunk/phase3/tests/parser/parserTests.txt

Modified: trunk/phase3/tests/parser/parserTests.txt
===================================================================
--- trunk/phase3/tests/parser/parserTests.txt   2011-05-31 06:10:23 UTC (rev 
89207)
+++ trunk/phase3/tests/parser/parserTests.txt   2011-05-31 06:17:59 UTC (rev 
89208)
@@ -976,33 +976,6 @@
 !! end
 
 !! test
-External links: links containing empty bracket pair []
-!! input
-[http://example.com?parameter[]=foo link]
-!! result
-<p><a rel="nofollow" class="external text" 
href="http://example.com?parameter%5B%5D=foo";>link</a>
-</p>
-!! end
-
-!! test
-External links: links ending in empty bracket pair []
-!! input
-[http://example.com?parameter[]=foo&option[]]
-!! result
-<p><a rel="nofollow" class="external autonumber" 
href="http://example.com?parameter%5B%5D=foo&amp;option%5B%5D";>[1]</a>
-</p>
-!! end
-
-!! test
-External links: bare links ending in empty bracket pair []
-!! input
-http://example.com?parameter[]=foo&option[]
-!! result
-<p><a rel="nofollow" class="external free" 
href="http://example.com?parameter%5B%5D=foo&amp;option%5B%5D";>http://example.com?parameter%5B%5D=foo&amp;option%5B%5D</a>
-</p>
-!! end
-
-!! test
 BUG 787: Links with one slash after the url protocol are invalid
 !! input
 http:/example.com


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to