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.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/test/command/3916.md b/test/command/3916.md
index 9ac0834d7..47cd72861 100644
--- a/test/command/3916.md
+++ b/test/command/3916.md
@@ -4,8 +4,16 @@
<pre>blabla</pre>
# more
^D
-[OrderedList (1,DefaultStyle,DefaultDelim)
- [[Plain [Str "text",Space,Str "text"]
- ,CodeBlock ("",[],[]) "blabla"]
- ,[Plain [Str "more"]]]]
+[ OrderedList
+ ( 1, DefaultStyle, DefaultDelim )
+ [
+ [ Plain
+ [ Str "text", Space, Str "text" ]
+ , CodeBlock
+ ( "", [], [] ) "blabla"
+ ]
+ ,
+ [ Plain [ Str "more" ] ]
+ ]
+]
```