aboutsummaryrefslogtreecommitdiff
path: root/test/command/3511.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3511.md')
-rw-r--r--test/command/3511.md44
1 files changed, 25 insertions, 19 deletions
diff --git a/test/command/3511.md b/test/command/3511.md
index b8bcedbb0..0fede7a0e 100644
--- a/test/command/3511.md
+++ b/test/command/3511.md
@@ -10,16 +10,20 @@
not continuation
^D
-[BulletList
- [[Plain [Str "a"]
- ,BulletList
- [[Plain [Str "b"]
- ,BulletList
- [[Plain [Str "c"]]]]]]
- ,[CodeBlock ("",[],[]) "code"]]
-,OrderedList (1000,Decimal,Period)
- [[Plain [Str "one"]]]
-,CodeBlock ("",[],[]) "not continuation"]
+[ BulletList
+ [ [ Plain [ Str "a" ]
+ , BulletList
+ [ [ Plain [ Str "b" ]
+ , BulletList [ [ Plain [ Str "c" ] ] ]
+ ]
+ ]
+ ]
+ , [ CodeBlock ( "" , [] , [] ) "code" ]
+ ]
+, OrderedList
+ ( 1000 , Decimal , Period ) [ [ Plain [ Str "one" ] ] ]
+, CodeBlock ( "" , [] , [] ) "not continuation"
+]
```
```
@@ -34,13 +38,15 @@
continuation
^D
-[BulletList
- [[Plain [Str "a"]]
- ,[Plain [Str "b"]
- ,BulletList
- [[Plain [Str "c"]]]]
- ,[CodeBlock ("",[],[]) "not code"]]
-,OrderedList (1000,Decimal,Period)
- [[Para [Str "one"]
- ,Para [Str "continuation"]]]]
+[ BulletList
+ [ [ Plain [ Str "a" ] ]
+ , [ Plain [ Str "b" ]
+ , BulletList [ [ Plain [ Str "c" ] ] ]
+ ]
+ , [ CodeBlock ( "" , [] , [] ) "not code" ]
+ ]
+, OrderedList
+ ( 1000 , Decimal , Period )
+ [ [ Para [ Str "one" ] , Para [ Str "continuation" ] ] ]
+]
```