https://bugzilla.wikimedia.org/show_bug.cgi?id=48570
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED Summary|VisualEditor: Spaces added |Spaces added before colons |before colons and links in |and links in some cases |some cases | --- Comment #12 from [email protected] --- Confirmed on simple test case. Investigating. --------------------------------------- [subbu@earth tests] echo "foo : bar" > /tmp/wt [subbu@earth tests] node parse < /tmp/wt > /tmp/old.html [subbu@earth tests] cat /tmp/old.html | sed 's/bar/bars/g;' > /tmp/new.html [subbu@earth tests] node parse --html2wt --selser --oldtextfile /tmp/wt --oldhtmlfile /tmp/old.html < /tmp/new.html foo : bars -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
