aboutsummaryrefslogtreecommitdiff
path: root/test/command/4848.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4848.md')
-rw-r--r--test/command/4848.md36
1 files changed, 17 insertions, 19 deletions
diff --git a/test/command/4848.md b/test/command/4848.md
index 54692ff09..c73699a3c 100644
--- a/test/command/4848.md
+++ b/test/command/4848.md
@@ -50,27 +50,25 @@ Lorem ipsum
\blockcquote[198]{Knu86}{dolor sit amet}
consectetuer.
^D
-[ Para
- [ Str "Lorem", Space, Str "ipsum" ]
+[ Para [ Str "Lorem" , Space , Str "ipsum" ]
, BlockQuote
- [ Para
- [ Str "dolor", Space, Str "sit", Space, Str "amet" ]
- , Para
- [ Cite
- [ Citation
- { citationId = "Knu86"
- , citationPrefix = []
- , citationSuffix =
- [ Str "198" ]
- , citationMode = NormalCitation
- , citationNoteNum = 0
- , citationHash = 0
- }
- ] []
+ [ Para
+ [ Str "dolor" , Space , Str "sit" , Space , Str "amet" ]
+ , Para
+ [ Cite
+ [ Citation
+ { citationId = "Knu86"
+ , citationPrefix = []
+ , citationSuffix = [ Str "198" ]
+ , citationMode = NormalCitation
+ , citationNoteNum = 0
+ , citationHash = 0
+ }
+ ]
+ []
+ ]
]
- ]
-, Para
- [ Str "consectetuer." ]
+, Para [ Str "consectetuer." ]
]
```