aboutsummaryrefslogtreecommitdiff
path: root/test/command/5285.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5285.md')
-rw-r--r--test/command/5285.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/command/5285.md b/test/command/5285.md
index 6085ec1a9..6c5b7f987 100644
--- a/test/command/5285.md
+++ b/test/command/5285.md
@@ -7,11 +7,12 @@
- b
^D
-[BulletList
- [[Para [Str "a"]
- ,Para [Str "b"]]
- ,[Para [Str "a"]]
- ,[Para [Str "b"]]]]
+[ BulletList
+ [ [ Para [ Str "a" ] , Para [ Str "b" ] ]
+ , [ Para [ Str "a" ] ]
+ , [ Para [ Str "b" ] ]
+ ]
+]
```
```
@@ -23,10 +24,9 @@
> foo
^D
-[BulletList
- [[Para [Str "foo"]
- ,Para [Str "foo"]]
- ,[Para [Str "foo"]
- ,BlockQuote
- [Para [Str "foo"]]]]]
+[ BulletList
+ [ [ Para [ Str "foo" ] , Para [ Str "foo" ] ]
+ , [ Para [ Str "foo" ] , BlockQuote [ Para [ Str "foo" ] ] ]
+ ]
+]
```