diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-09-23 22:21:05 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-09-23 22:21:05 -0700 |
commit | 665e6d3d9438dabf2634aa6bdd694555122903d3 (patch) | |
tree | b963e82272a66d2a8d26681558900f320c50aee3 /test/command | |
parent | aa89f6be186e2a442920860e5bf53149aabdac55 (diff) | |
download | pandoc-665e6d3d9438dabf2634aa6bdd694555122903d3.tar.gz |
BibTeX parser: fix expansion of special strings in series...
e.g. `newseries` or `library`. Expansion should not happen
when these strings are protected in braces, or when they're
capitalized.
Closes #7591.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/biblatex-article.md | 2 | ||||
-rw-r--r-- | test/command/biblatex-gillies.md | 2 | ||||
-rw-r--r-- | test/command/biblatex-shore.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/command/biblatex-article.md b/test/command/biblatex-article.md index 705369f78..68d467526 100644 --- a/test/command/biblatex-article.md +++ b/test/command/biblatex-article.md @@ -97,7 +97,7 @@ references: - family: Author given: Ann A. suffix: Jr. - collection-title: new series + collection-title: New series container-title: "The Journaltitle: The Journalsubtitle" doi: 10.1086/520976 editor: diff --git a/test/command/biblatex-gillies.md b/test/command/biblatex-gillies.md index e1a64af23..a63c1311d 100644 --- a/test/command/biblatex-gillies.md +++ b/test/command/biblatex-gillies.md @@ -54,7 +54,7 @@ references: author: - family: Gillies given: Alexander - collection-title: new series + collection-title: New series container-title: Publications of the English Goethe Society id: gillies issued: 1933 diff --git a/test/command/biblatex-shore.md b/test/command/biblatex-shore.md index cc9c079e1..efe97ef7a 100644 --- a/test/command/biblatex-shore.md +++ b/test/command/biblatex-shore.md @@ -49,7 +49,7 @@ references: author: - family: Shore given: Bradd - collection-title: new series + collection-title: New series container-title: American Anthropologist id: shore issue: 1 |