From 4bbf1eb2cdb71f6fcd00636c143db150674023d6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 31 May 2011 06:17:59 +0000 Subject: [PATCH] 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. --- tests/parser/parserTests.txt | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 637fe988be..94cb98bf3e 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -975,33 +975,6 @@ External links: wiki links within external link (Bug 3695)

!! end -!! test -External links: links containing empty bracket pair [] -!! input -[http://example.com?parameter[]=foo link] -!! result -

link -

-!! end - -!! test -External links: links ending in empty bracket pair [] -!! input -[http://example.com?parameter[]=foo&option[]] -!! result -

[1] -

-!! end - -!! test -External links: bare links ending in empty bracket pair [] -!! input -http://example.com?parameter[]=foo&option[] -!! result -

http://example.com?parameter%5B%5D=foo&option%5B%5D -

-!! end - !! test BUG 787: Links with one slash after the url protocol are invalid !! input -- 2.20.1