aboutsummaryrefslogtreecommitdiff
path: root/test/command/7134.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7134.md')
-rw-r--r--test/command/7134.md58
1 files changed, 29 insertions, 29 deletions
diff --git a/test/command/7134.md b/test/command/7134.md
index 24980fabb..041d7ea24 100644
--- a/test/command/7134.md
+++ b/test/command/7134.md
@@ -9,43 +9,43 @@ This is a paragraph.
This should be a second block quote.
^D
[ Para
- [ Str "This"
- , Space
- , Str "is"
- , Space
- , Str "a"
- , Space
- , Str "paragraph."
- ]
-, BlockQuote
- [ Para
[ Str "This"
, Space
, Str "is"
, Space
, Str "a"
, Space
- , Str "block"
- , Space
- , Str "quote."
+ , Str "paragraph."
]
- ]
, BlockQuote
- [ Para
- [ Str "This"
- , Space
- , Str "should"
- , Space
- , Str "be"
- , Space
- , Str "a"
- , Space
- , Str "second"
- , Space
- , Str "block"
- , Space
- , Str "quote."
+ [ Para
+ [ Str "This"
+ , Space
+ , Str "is"
+ , Space
+ , Str "a"
+ , Space
+ , Str "block"
+ , Space
+ , Str "quote."
+ ]
+ ]
+, BlockQuote
+ [ Para
+ [ Str "This"
+ , Space
+ , Str "should"
+ , Space
+ , Str "be"
+ , Space
+ , Str "a"
+ , Space
+ , Str "second"
+ , Space
+ , Str "block"
+ , Space
+ , Str "quote."
+ ]
]
- ]
]
```