aboutsummaryrefslogtreecommitdiff
path: root/test/command/5099.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5099.md')
-rw-r--r--test/command/5099.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/test/command/5099.md b/test/command/5099.md
index 19b067b79..d464f9c8a 100644
--- a/test/command/5099.md
+++ b/test/command/5099.md
@@ -2,12 +2,28 @@
% pandoc -t native
(@citation
^D
-[Para [Str "(",Cite [Citation {citationId = "citation", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 1, citationHash = 0}] [Str "@citation"]]]
+[ Para
+ [ Str "("
+ , Cite
+ [ Citation
+ { citationId = "citation"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = AuthorInText
+ , citationNoteNum = 1
+ , citationHash = 0
+ }
+ ]
+ [ Str "@citation" ]
+ ]
+]
```
```
% pandoc -t native
('asd')
^D
-[Para [Str "(",Quoted SingleQuote [Str "asd"],Str ")"]]
+[ Para
+ [ Str "(" , Quoted SingleQuote [ Str "asd" ] , Str ")" ]
+]
```