diff options
| author | John MacFarlane <[email protected]> | 2025-08-01 15:26:25 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-01 15:33:50 -0700 |
| commit | 52e28c31edd785d86212644da67808e2acc8fb0c (patch) | |
| tree | 35d399c508675442851611321df4b10c5f1a8ed1 | |
| parent | 110ed6a5ef4b65914c4c26cbc2c9c838a931fe9f (diff) | |
Use latest dev citeproc.
Add test for #11013. Closes #11013.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 | ||||
| -rw-r--r-- | test/command/11013.md | 23 |
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. + +``` |
