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

--- Comment #2 from C. Scott Ananian <canan...@wikimedia.org> ---
There is also this test case:

!! test
External link containing double-single-quotes in text '' (bug 4598 sanity
check)
!! wikitext
Some [http://example.com/ pretty ''italics'' and stuff]!
!! html
<p>Some <a rel="nofollow" class="external text"
href="http://example.com/";>pretty <i>italics</i> and stuff</a>!
</p>
!! end

where we currently emit:

<p><i>Some <a href="http://example.com/";>pretty <i>italics</i> and
stuff</a>!</i></p>

again with the <i> nested inside the <i>.

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