aboutsummaryrefslogtreecommitdiff
path: root/test/command/4928.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/4928.md
parent0bdcf415e4eff83ad8e35c1d41c8a28e0bbd5da1 (diff)
downloadpandoc-92abe458638d9824725ef8c70eb3613f5cc89217.tar.gz
Further test updates for switch to pretty-show.
Diffstat (limited to 'test/command/4928.md')
-rw-r--r--test/command/4928.md47
1 files changed, 23 insertions, 24 deletions
diff --git a/test/command/4928.md b/test/command/4928.md
index b35e17d4f..86699aab5 100644
--- a/test/command/4928.md
+++ b/test/command/4928.md
@@ -128,31 +128,30 @@
\cites(multipostnote)[23][42]{Knu86}[65]{Nie72}
^D
[ Para
- [ Cite
- [ Citation
- { citationId = "Knu86"
- , citationPrefix =
- [ Str "23" ]
- , citationSuffix =
- [ Str "42" ]
- , citationMode = NormalCitation
- , citationNoteNum = 0
- , citationHash = 0
- }
- , Citation
- { citationId = "Nie72"
- , citationPrefix = []
- , citationSuffix =
- [ Str "65", Str ",", Space, Str "multipostnote" ]
- , citationMode = NormalCitation
- , citationNoteNum = 0
- , citationHash = 0
- }
- ]
- [ RawInline
- ( Format "latex" ) "\\cites(multipostnote)[23][42]{Knu86}[65]{Nie72}"
+ [ Cite
+ [ Citation
+ { citationId = "Knu86"
+ , citationPrefix = [ Str "23" ]
+ , citationSuffix = [ Str "42" ]
+ , citationMode = NormalCitation
+ , citationNoteNum = 0
+ , citationHash = 0
+ }
+ , Citation
+ { citationId = "Nie72"
+ , citationPrefix = []
+ , citationSuffix =
+ [ Str "65" , Str "," , Space , Str "multipostnote" ]
+ , citationMode = NormalCitation
+ , citationNoteNum = 0
+ , citationHash = 0
+ }
+ ]
+ [ RawInline
+ (Format "latex")
+ "\\cites(multipostnote)[23][42]{Knu86}[65]{Nie72}"
+ ]
]
- ]
]
```