aboutsummaryrefslogtreecommitdiff
path: root/test/command/latex-multicols.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/latex-multicols.md')
-rw-r--r--test/command/latex-multicols.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/command/latex-multicols.md b/test/command/latex-multicols.md
index 81e5577fd..2679e608d 100644
--- a/test/command/latex-multicols.md
+++ b/test/command/latex-multicols.md
@@ -6,9 +6,12 @@
Hello
\end{multicols}
^D
-[Div ("",["columns"],[])
- [Div ("",["column"],[])
- [Div ("",["column"],[])
- [Para [Str "Hello"]]]]]
+[ Div
+ ( "" , [ "columns" ] , [] )
+ [ Div
+ ( "" , [ "column" ] , [] )
+ [ Div ( "" , [ "column" ] , [] ) [ Para [ Str "Hello" ] ] ]
+ ]
+]
```