aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cabal.project2
-rw-r--r--stack.yaml2
-rw-r--r--test/command/11013.md23
3 files changed, 25 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project
index c855dab1f..d5c0adcc5 100644
--- a/cabal.project
+++ b/cabal.project
@@ -14,7 +14,7 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
source-repository-package
type: git
location: https://github.com/jgm/citeproc.git
- tag: b32c4c117795d8fef3fcc8996a62ee661904738e
+ tag: 31f1b8b972bd01f6e29c1cf9c50bf0ffd9fab9a2
source-repository-package
type: git
diff --git a/stack.yaml b/stack.yaml
index 0c2147afb..96a1c9015 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -22,7 +22,7 @@ extra-deps:
- typst-symbols-0.1.8.1
- typst-0.8.0.1
- git: https://github.com/jgm/citeproc.git
- commit: b32c4c117795d8fef3fcc8996a62ee661904738e
+ commit: 31f1b8b972bd01f6e29c1cf9c50bf0ffd9fab9a2
- git: https://github.com/jgm/texmath.git
commit: 9d02b5a5936d91a739d95a260feac29818533127
ghc-options:
diff --git a/test/command/11013.md b/test/command/11013.md
new file mode 100644
index 000000000..3897df62a
--- /dev/null
+++ b/test/command/11013.md
@@ -0,0 +1,23 @@
+```
+% pandoc --csl chicago-notes-bibliography.csl -C -t plain
+---
+references:
+- id: test10
+ type: blog-post
+ title: "Test 9: Username+number, works!"
+ author:
+ - literal: "[deleted]"
+ container-title: "Reddit"
+ issued:
+ year: 2009
+...
+
+blah [@test10].
+^D
+blah.[1]
+
+[deleted]. “Test 9: Username+number, Works!” In Reddit. 2009.
+
+[1] [deleted], “Test 9: Username+number, Works!” in Reddit, 2009.
+
+```