https://bugzilla.wikimedia.org/show_bug.cgi?id=37838
--- Comment #5 from [email protected] 2012-08-06 22:14:11 UTC --- Cannot replicate this either at http://parsoid.wmflabs.org/_html/ or on my CLI (excess newlines trimmed below) with the current HEAD. ------------------ [subbu@earth lib] echo "<nowiki>a</nowiki>" | node parse.js --html2wt <nowiki>a</nowiki> [subbu@earth lib] echo "<nowiki>a</nowiki>" | node parse.js --html2wt | node parse.js <p><span typeof="mw:Nowiki" data-parsoid="{"tsr":[0,8],"bsp":[0,18]}">a</span></p> [subbu@earth lib] echo "<nowiki>a</nowiki>" | node parse.js --html2wt | node parse.js | node parse.js --html2wt <nowiki>a</nowiki> -------------------- Either VE is using an older Parsoid version -- or something else is broken. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
