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

--- Comment #2 from C. Scott Ananian <canan...@wikimedia.org> ---
Another case:
$ echo "''foo'''''" | tests/parse.js --normalize=parsoid
<body><p><i>foo</i><b></b></p></body>
$ echo "<p><i>foo</i><b></b></p>" | parse.js --html2html --normalize=parsoid
<body><p><i>foo'''</i><b></b></p></body>

This is the "Italics and bold: 2-quote opening sequence: (2,5+3)" test case.

-- 
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