From f5790ba6279f8e2c91890402925df025ae426aea Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 4 Jun 2012 13:36:18 +0200 Subject: [PATCH] Improve / add two passing link tests * Add a transition *** -> #** to an existing test * Add a test for interrupted lists Change-Id: I09b81099a7e8a8b08fefb194670f91648c3e077f --- tests/parser/parserTests.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index d438174410..f37529f507 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -2124,6 +2124,8 @@ Mixed list **#Number on level 3 *#number level 2 *Level 1 +*** Level 3 +#** Level 3, but ordered !! result +
      • Level 3, but ordered +
      +
    +
!! end @@ -2194,6 +2203,27 @@ List items from template !! end +!! test +List interrupted by empty line or heading +!! input +* foo + +** bar +== A heading == +* Another list item +!! result + + +

[edit] A heading

+ + +!!end + + ### ### Magic Words ### -- 2.20.1