aboutsummaryrefslogtreecommitdiff
path: root/tests/latex-reader.native
diff options
context:
space:
mode:
Diffstat (limited to 'tests/latex-reader.native')
-rw-r--r--tests/latex-reader.native72
1 files changed, 36 insertions, 36 deletions
diff --git a/tests/latex-reader.native b/tests/latex-reader.native
index 4a239bc07..68212071f 100644
--- a/tests/latex-reader.native
+++ b/tests/latex-reader.native
@@ -185,48 +185,48 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] ["John MacFarlane
, Header 1 [Str "Definition",Space,Str "Lists"]
, Para [Str "Tight",Space,Str "using",Space,Str "spaces:"]
, DefinitionList
- [ ([Str "apple"],
- [ Para [Str "red",Space,Str "fruit"] ]
- ),
- ([Str "orange"],
- [ Para [Str "orange",Space,Str "fruit"] ]
- ),
- ([Str "banana"],
- [ Para [Str "yellow",Space,Str "fruit"] ]
- ) ]
+ [ ([Str "apple"],
+ [ [ Para [Str "red",Space,Str "fruit"] ]
+ ])
+ , ([Str "orange"],
+ [ [ Para [Str "orange",Space,Str "fruit"] ]
+ ])
+ , ([Str "banana"],
+ [ [ Para [Str "yellow",Space,Str "fruit"] ]
+ ]) ]
, Para [Str "Tight",Space,Str "using",Space,Str "tabs:"]
, DefinitionList
- [ ([Str "apple"],
- [ Para [Str "red",Space,Str "fruit"] ]
- ),
- ([Str "orange"],
- [ Para [Str "orange",Space,Str "fruit"] ]
- ),
- ([Str "banana"],
- [ Para [Str "yellow",Space,Str "fruit"] ]
- ) ]
+ [ ([Str "apple"],
+ [ [ Para [Str "red",Space,Str "fruit"] ]
+ ])
+ , ([Str "orange"],
+ [ [ Para [Str "orange",Space,Str "fruit"] ]
+ ])
+ , ([Str "banana"],
+ [ [ Para [Str "yellow",Space,Str "fruit"] ]
+ ]) ]
, Para [Str "Loose:"]
, DefinitionList
- [ ([Str "apple"],
- [ Para [Str "red",Space,Str "fruit"] ]
- ),
- ([Str "orange"],
- [ Para [Str "orange",Space,Str "fruit"] ]
- ),
- ([Str "banana"],
- [ Para [Str "yellow",Space,Str "fruit"] ]
- ) ]
+ [ ([Str "apple"],
+ [ [ Para [Str "red",Space,Str "fruit"] ]
+ ])
+ , ([Str "orange"],
+ [ [ Para [Str "orange",Space,Str "fruit"] ]
+ ])
+ , ([Str "banana"],
+ [ [ Para [Str "yellow",Space,Str "fruit"] ]
+ ]) ]
, Para [Str "Multiple",Space,Str "blocks",Space,Str "with",Space,Str "italics:"]
, DefinitionList
- [ ([Emph [Str "apple"]],
- [ Para [Str "red",Space,Str "fruit"]
- , Para [Str "contains",Space,Str "seeds,",Space,Str "crisp,",Space,Str "pleasant",Space,Str "to",Space,Str "taste"] ] ),
- ([Emph [Str "orange"]],
- [ Para [Str "orange",Space,Str "fruit"]
- , CodeBlock ("",[],[]) "{ orange code block }"
- , BlockQuote
- [ Para [Str "orange",Space,Str "block",Space,Str "quote"] ]
- ] ) ]
+ [ ([Emph [Str "apple"]],
+ [ [ Para [Str "red",Space,Str "fruit"]
+ , Para [Str "contains",Space,Str "seeds,",Space,Str "crisp,",Space,Str "pleasant",Space,Str "to",Space,Str "taste"] ]])
+ , ([Emph [Str "orange"]],
+ [ [ Para [Str "orange",Space,Str "fruit"]
+ , CodeBlock ("",[],[]) "{ orange code block }"
+ , BlockQuote
+ [ Para [Str "orange",Space,Str "block",Space,Str "quote"] ]
+ ]]) ]
, Header 1 [Str "HTML",Space,Str "Blocks"]
, Para [Str "Simple",Space,Str "block",Space,Str "on",Space,Str "one",Space,Str "line:"]
, Para [Str "foo",Space,Str "And",Space,Str "nested",Space,Str "without",Space,Str "indentation:"]