aboutsummaryrefslogtreecommitdiff
path: root/test/command/4848.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-09-29 08:28:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-29 08:28:54 -0700
commit92abe458638d9824725ef8c70eb3613f5cc89217 (patch)
tree0a5367659f22d07270981ac521223d56e5582771 /test/command/4848.md
parent0bdcf415e4eff83ad8e35c1d41c8a28e0bbd5da1 (diff)
downloadpandoc-92abe458638d9824725ef8c70eb3613f5cc89217.tar.gz
Further test updates for switch to pretty-show.
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." ]
]
```