Page MenuHomePhabricator

Link trail round-tripping is broken
Closed, ResolvedPublic

Description

[subbu@earth lib] echo '[[foo|foo bar]]' | node parse.js --wt2wt
[[foo|foo]] bar
[subbu@earth lib] echo '[[foo|foob]]' | node parse.js --wt2wt
[[foo|foo]]b

commit 11dee5a needs tweaking.


Version: unspecified
Severity: normal

Details

Reference
bz43661

Event Timeline

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

Also, worth adding additional parser tests to catch future regressions on these kinds of links.

Fixed in a few follow-up patches.