From: Bryan Tong Minh Date: Sat, 26 Feb 2011 12:19:55 +0000 (+0000) Subject: Remove double parser test from r82843 X-Git-Tag: 1.31.0-rc.0~31763 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ecf3419a3a981b074e9d32a7ea8ea85bdf6b5821;p=lhc%2Fweb%2Fwiklou.git Remove double parser test from r82843 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index c5063dc3e9..8677bcf7f7 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8433,16 +8433,6 @@ Special characters in embedded file links (bug 27679)

!! end -!! test -Special characters in embedded file links (bug 27679) -!! input -[[File:Contains & ampersand.jpg]] -[[File:Does not exist.jpg|Title with & ampersand]] -!! result -

File:Contains & ampersand.jpg -Title with & ampersand -

-!! end TODO: more images