https://bugzilla.wikimedia.org/show_bug.cgi?id=63119

--- Comment #1 from ssas...@wikimedia.org ---
This seems like a bug in the front-end tokenizer, not the serializer (which
serializes the html just fine).

[subbu@earth lib] echo "<p><b><i></i></b></p>" | node parse --html2wt | node
parse --trace peg-tokens
trace/peg-tokens              : TOKS: 
["'''''",{"type":"SelfclosingTagTk","name":"mw-quote","attribs":[],"dataAttribs":{"tsr":[5,10]},"value":"'''''"}]

The first 5 quotes are tokenized as a plain string rather than as a mw-quote
token.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to