Page MenuHomePhabricator

Regression: link case not properly checked when serializing [[Foo|foo]]
Closed, ResolvedPublic

Description

echo '<a href="Foo" rel="mw:WikiLink">foo</a>' | node parse --html2wt
[[Foo]]

Should be:

[[Foo|foo]]


Version: unspecified
Severity: normal

Details

Reference
bz48477

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:36 AM
bzimport set Reference to bz48477.

(In reply to comment #0)

echo '<a href="Foo" rel="mw:WikiLink">foo</a>' | node parse --html2wt
[[Foo]]

Should be:

[[Foo|foo]]

Shouldn't it just be [[foo]]?

  • Bug 48060 has been marked as a duplicate of this bug. ***

Related URL: https://gerrit.wikimedia.org/r/63879 (Gerrit Change I4d47e69a87dd957f0a6059d935d2fdee9d21cdfd)

This should be fixed once the above patch is merged.

https://gerrit.wikimedia.org/r/63879 (Gerrit Change I4d47e69a87dd957f0a6059d935d2fdee9d21cdfd) | change APPROVED and MERGED [by MarkTraceur]