aboutsummaryrefslogtreecommitdiff
path: root/test/command/citeproc-author-in-text-suffix.md
AgeCommit message (Collapse)AuthorFilesLines
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane1-0/+6
Prevously, if we had `@foo [p. 33; @bar]`, the `p. 33` would be incorrectly parsed as a prefix of `@bar` rather than a suffix of `@foo`.