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.md19
1 files changed, 7 insertions, 12 deletions
diff --git a/test/command/5285.md b/test/command/5285.md
index ebad9374e..6c5b7f987 100644
--- a/test/command/5285.md
+++ b/test/command/5285.md
@@ -8,13 +8,10 @@
- b
^D
[ BulletList
- [
- [ Para [ Str "a" ], Para [ Str "b" ] ]
- ,
- [ Para [ Str "a" ] ]
- ,
- [ Para [ Str "b" ] ]
- ]
+ [ [ Para [ Str "a" ] , Para [ Str "b" ] ]
+ , [ Para [ Str "a" ] ]
+ , [ Para [ Str "b" ] ]
+ ]
]
```
@@ -28,10 +25,8 @@
> foo
^D
[ BulletList
- [
- [ Para [ Str "foo" ], Para [ Str "foo" ] ]
- ,
- [ Para [ Str "foo" ], BlockQuote [ Para [ Str "foo" ] ] ]
- ]
+ [ [ Para [ Str "foo" ] , Para [ Str "foo" ] ]
+ , [ Para [ Str "foo" ] , BlockQuote [ Para [ Str "foo" ] ] ]
+ ]
]
```