Index: trunk/phase3/tests/parser/parserTests.txt |
— | — | @@ -8433,16 +8433,6 @@ |
8434 | 8434 | </p> |
8435 | 8435 | !! end |
8436 | 8436 | |
8437 | | -!! test |
8438 | | -Special characters in embedded file links (bug 27679) |
8439 | | -!! input |
8440 | | -[[File:Contains & ampersand.jpg]] |
8441 | | -[[File:Does not exist.jpg|Title with & ampersand]] |
8442 | | -!! result |
8443 | | -<p><a href="https://www.mediawiki.org/index.php?title=Special:Upload&wpDestFile=Contains_%26_ampersand.jpg" class="new" title="File:Contains & ampersand.jpg">File:Contains & ampersand.jpg</a> |
8444 | | -<a href="https://www.mediawiki.org/index.php?title=Special:Upload&wpDestFile=Does_not_exist.jpg" class="new" title="File:Does not exist.jpg">Title with & ampersand</a> |
8445 | | -</p> |
8446 | | -!! end |
8447 | 8437 | |
8448 | 8438 | TODO: |
8449 | 8439 | more images |