X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FparserTests.txt;h=0a2e87fcaa5aae59d77352711bcadd807487fa99;hb=bd2850d6125e6092b26d5af569b3f6e2b53a0228;hp=a868214ded2b5f5172519394d819906b2630943a;hpb=7af7ba2f05dd802d6ff8615364dd874862ebc4be;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index a868214ded..0a2e87fcaa 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -157,23 +157,23 @@ Template:OpenTable ### !! test Blank input -!! input -!! result +!! wikitext +!! html !! end !! test Simple paragraph -!! input +!! wikitext This is a simple paragraph. -!! result +!! html

This is a simple paragraph.

!! end !! test Paragraphs with extra newline spacing -!! input +!! wikitext foo bar @@ -184,7 +184,7 @@ baz booz -!! result +!! html

foo

bar


@@ -196,7 +196,7 @@ baz !! test Paragraphs with newline spacing with comment lines in between -!! input +!! wikitext ---- a @@ -232,7 +232,7 @@ a b ---- -!! result +!! html


a b @@ -269,7 +269,7 @@ b !! test Paragraphs with newline spacing with non-empty white-space lines in between -!! input +!! wikitext ---- a @@ -280,7 +280,7 @@ a b ---- -!! result +!! html


a

b @@ -296,7 +296,7 @@ b !! test Paragraphs with newline spacing with non-empty mixed comment and white-space lines in between -!! input +!! wikitext ---- a @@ -319,7 +319,7 @@ a b ---- -!! result +!! html


a b @@ -343,13 +343,13 @@ b !! test Extra newlines: More paragraphs with indented comment -!! input +!! wikitext a b -!!result +!! html

a


b @@ -358,7 +358,7 @@ b !! test Extra newlines followed by heading -!! input +!! wikitext a @@ -368,7 +368,7 @@ a =b= -!! result +!! html

a


@@ -382,13 +382,13 @@ a !! test Extra newlines between heading and content are swallowed -!! input +!! wikitext =b= [[a]] -!! result +!! html

b[edit]

a

@@ -396,20 +396,20 @@ Extra newlines between heading and content are swallowed !! test Parsing an URL -!! input +!! wikitext http://fr.wikipedia.org/wiki/🍺 -!! result +!! html

http://fr.wikipedia.org/wiki/🍺

!! end !! test Simple list -!! input +!! wikitext * Item 1 * Item 2 -!! result +!! html