aboutsummaryrefslogtreecommitdiff
path: root/test/command/7219.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2021-04-15 12:34:28 -0700
committerJohn MacFarlane <[email protected]>2021-04-15 12:34:28 -0700
commit9bb168100a0ce69cf0f11a2c83f9218a2b5baf6d (patch)
tree91e2b937a81329e1456771cc97f39365a5fbd525 /test/command/7219.md
parent2d60524de43d59ffb1763a33a15cc2ecce613ecf (diff)
Markdown reader: fix regression with -@citekey.issue7219
This was previously parsed as an author-in-text suppress-author citation.
Diffstat (limited to 'test/command/7219.md')
-rw-r--r--test/command/7219.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/7219.md b/test/command/7219.md
new file mode 100644
index 000000000..d7bea48c3
--- /dev/null
+++ b/test/command/7219.md
@@ -0,0 +1,7 @@
+```
+% pandoc -t native
+-@Citekey
+^D
+[Para [Cite [Citation {citationId = "Citekey", citationPrefix = [], citationSuffix = [], citationMode = SuppressAuthor, citationNoteNum = 1, citationHash = 0}] [Str "@Citekey"]]]
+```
+