From a4311ab8a9af44a068546e0a67c30c13e8d3ac28 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 5 Jun 2012 17:39:29 +0200 Subject: [PATCH] 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 --- tests/parser/parserTests.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1