Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -623,6 +623,15 @@ |
624 | 624 | </p> |
625 | 625 | !! end |
626 | 626 | |
| 627 | +!! test |
| 628 | +Bug 2702: Mismatched <i> and <a> tags are invalid |
| 629 | +!! input |
| 630 | +''[http://example.com text''] |
| 631 | +!! result |
| 632 | +<p><i><a href="http://example.com" class='external text' title="http://example.com" rel="nofollow">text</a></i> |
| 633 | +</p> |
| 634 | +!! end |
| 635 | + |
627 | 636 | ### |
628 | 637 | ### Quotes |
629 | 638 | ### |