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.md28
1 files changed, 15 insertions, 13 deletions
diff --git a/test/command/5099.md b/test/command/5099.md
index 316d021d9..d464f9c8a 100644
--- a/test/command/5099.md
+++ b/test/command/5099.md
@@ -3,19 +3,19 @@
(@citation
^D
[ Para
- [ Str "("
- , Cite
- [ Citation
- { citationId = "citation"
- , citationPrefix = []
- , citationSuffix = []
- , citationMode = AuthorInText
- , citationNoteNum = 1
- , citationHash = 0
- }
+ [ Str "("
+ , Cite
+ [ Citation
+ { citationId = "citation"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = AuthorInText
+ , citationNoteNum = 1
+ , citationHash = 0
+ }
+ ]
+ [ Str "@citation" ]
]
- [ Str "@citation" ]
- ]
]
```
@@ -23,5 +23,7 @@
% pandoc -t native
('asd')
^D
-[ Para [ Str "(", Quoted SingleQuote [ Str "asd" ], Str ")" ] ]
+[ Para
+ [ Str "(" , Quoted SingleQuote [ Str "asd" ] , Str ")" ]
+]
```