Last modified: 2011-04-14 15:11:12 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T21643, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19643 - Parser test: External links: wiki links within external link
Parser test: External links: wiki links within external link
Status: NEW
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-10 19:54 UTC by Umherirrender
Modified: 2011-04-14 15:11 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Umherirrender 2009-07-10 19:54:39 UTC
The Parser test "External links: wiki links within external link" says:

!! test
External links: wiki links within external link (Bug 3695)
!! input
[http://example.com [[wikilink]] embedded in ext link]
!! result
<p><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"></a><a href="/index.php?title=Wikilink&amp;action=edit&amp;redlink=1" class="new" title="Wikilink (page does not exist)">wikilink</a><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"> embedded in ext link</a>
</p>
!! end

but the parser produce:
!! result
<p><a href="http://example.com" class="external text" title="http://example.com" rel="nofollow"></a><a href="/w/index.php?title=Wikilink&amp;action=edit&amp;redlink=1" class="new" title="Wikilink (Seite nicht vorhanden)">wikilink</a> embedded in ext link</p>
!! end

The description after the wikilink is not linked to the external page, who is specified by the test.
Comment 1 Chad H. 2009-07-10 20:20:32 UTC
Related to bug 3695 and/or bug 19411.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links