From: Gabriel Wicke Date: Tue, 5 Jun 2012 15:39:29 +0000 (+0200) Subject: Add passing ''italic'''s case to 'Unclosed and unmatched quotes' test X-Git-Tag: 1.31.0-rc.0~23259^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=a4311ab8a9af44a068546e0a67c30c13e8d3ac28;p=lhc%2Fweb%2Fwiklou.git Add passing ''italic'''s case to 'Unclosed and unmatched quotes' test There are similar cases already in this test, but none of them contains just a single case in a paragraph. Change-Id: Ic46265b7f66d24bc51face92ad9be3d02356c104 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index f37529f507..060d318eaf 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -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

Bold italic text with bold deactivated in between.

Bold italic text with italic deactivated in between. @@ -1279,6 +1281,7 @@ Normal text.

Normal text.

This year's election should beat last year's.

Toms car is bigger than Susans. +

Plain italic's plain

!! end