Add passing ''italic'''s case to 'Unclosed and unmatched quotes' test
authorGabriel Wicke <gwicke@wikimedia.org>
Tue, 5 Jun 2012 15:39:29 +0000 (17:39 +0200)
committerGabriel Wicke <gwicke@wikimedia.org>
Thu, 7 Jun 2012 08:14:58 +0000 (10:14 +0200)
There are similar cases already in this test, but none of them contains just a
single case in a paragraph.

Change-Id: Ic46265b7f66d24bc51face92ad9be3d02356c104

tests/parser/parserTests.txt

index f37529f..060d318 100644 (file)
@@ -1269,6 +1269,8 @@ Normal text.
 '''This year''''s election ''should'' beat '''last year''''s.
 
 ''Tom'''s car is bigger than ''Susan'''s.
+
+Plain ''italic'''s plain
 !! result
 <p><i><b>Bold italic text </b>with bold deactivated<b> in between.</b></i>
 </p><p><b><i>Bold italic text </i>with italic deactivated<i> in between.</i></b>
@@ -1279,6 +1281,7 @@ Normal text.
 </p><p>Normal text.
 </p><p><b>This year'</b>s election <i>should</i> beat <b>last year'</b>s.
 </p><p><i>Tom<b>s car is bigger than </b></i><b>Susan</b>s.
+</p><p>Plain <i>italic'</i>s plain
 </p>
 !! end