From 440761354306388672a2cb17ae7c849a76c4f08f Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Wed, 3 Oct 2012 10:55:16 -0500 Subject: [PATCH] Updated comment and pre-interaction tests with more cases. Change-Id: Icb631dd8692e4d169c2599598add30a495ea02d7 --- tests/parser/parserTests.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 4487110ab4..f9c7f141ac 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -505,14 +505,30 @@ nowiki 3 ### Comments ### !! test -Comment test 1 +Comments and Pre !! input + asdf + asdf + + asdf +xyz + + asdf + xyz !! result
asdf
 
- +
asdf
+
+
asdf
+
+

xyz +

+
asdf
+xyz
+
!! end !! test -- 2.20.1