https://bugzilla.wikimedia.org/show_bug.cgi?id=54946
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|token-stream transforms |tokenizer Assignee|[email protected] |[email protected] --- Comment #2 from [email protected] --- This is actually a tokenizer bug. The closing </pre> is not being recognized as an end-tag when a HTML <pre> follows another literal HTML tag on the same line. Relevent snippet of output for: "a\n\n<span><pre>\nb\n</pre></span>" ... <span data-parsoid='{"stx":"html","dsr":[3,28,5,6]}'><pre data-parsoid='{"stx":"html","autoInsertedEnd":true,"strippedNL":"\n","dsr":[8,22,5,0]}'> b </pre></pre></span> ... -- 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
