aboutsummaryrefslogtreecommitdiff
path: root/test/command/3916.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3916.md')
-rw-r--r--test/command/3916.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/test/command/3916.md b/test/command/3916.md
index 47cd72861..8775ae7f6 100644
--- a/test/command/3916.md
+++ b/test/command/3916.md
@@ -5,15 +5,11 @@
# more
^D
[ OrderedList
- ( 1, DefaultStyle, DefaultDelim )
- [
- [ Plain
- [ Str "text", Space, Str "text" ]
- , CodeBlock
- ( "", [], [] ) "blabla"
+ ( 1 , DefaultStyle , DefaultDelim )
+ [ [ Plain [ Str "text" , Space , Str "text" ]
+ , CodeBlock ( "" , [] , [] ) "blabla"
+ ]
+ , [ Plain [ Str "more" ] ]
]
- ,
- [ Plain [ Str "more" ] ]
- ]
]
```