summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8254.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/command/8254.md b/test/command/8254.md
new file mode 100644
index 000000000..f2ed6dba3
--- /dev/null
+++ b/test/command/8254.md
@@ -0,0 +1,20 @@
+```
+% pandoc -t native
+Wow![@legras_michel_2010]
+^D
+[ Para
+ [ Str "Wow!"
+ , Cite
+ [ Citation
+ { citationId = "legras_michel_2010"
+ , citationPrefix = []
+ , citationSuffix = []
+ , citationMode = NormalCitation
+ , citationNoteNum = 2
+ , citationHash = 0
+ }
+ ]
+ [ Str "[@legras_michel_2010]" ]
+ ]
+]
+```