aboutsummaryrefslogtreecommitdiff
path: root/test/command/4281.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4281.md')
-rw-r--r--test/command/4281.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/test/command/4281.md b/test/command/4281.md
index 9806e8178..53943e503 100644
--- a/test/command/4281.md
+++ b/test/command/4281.md
@@ -9,10 +9,13 @@
:::
::::
^D
-[Div ("",["a"],[])
- [BulletList
- [[Div ("",["b"],[])
- [Para [Str "text"]]
- ,Div ("",["c"],[])
- [Para [Str "text"]]]]]]
+[ Div
+ ( "" , [ "a" ] , [] )
+ [ BulletList
+ [ [ Div ( "" , [ "b" ] , [] ) [ Para [ Str "text" ] ]
+ , Div ( "" , [ "c" ] , [] ) [ Para [ Str "text" ] ]
+ ]
+ ]
+ ]
+]
```