diff options
| author | John MacFarlane <[email protected]> | 2022-09-09 10:30:01 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-09 10:30:01 -0700 |
| commit | 35a3fb7e833c01f0352914a23727dff0145e7304 (patch) | |
| tree | 1023c3f51ccf035377582783a4b27fb2fa12e4fb /test/command | |
| parent | 47dcb5720e6f3bb334df5fb58b0fbe32c062a4a4 (diff) | |
Citeproc: Require a digit for an implicit "page" locator...
inside explicit locator syntax `{...}`.
Previously a locator specified as `{}` would be rendered
as `p.` with nothing after it.
Closes #8288.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/pandoc-citeproc-locators-delimited.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/pandoc-citeproc-locators-delimited.md b/test/command/pandoc-citeproc-locators-delimited.md index 97db169b9..08c58c051 100644 --- a/test/command/pandoc-citeproc-locators-delimited.md +++ b/test/command/pandoc-citeproc-locators-delimited.md @@ -100,7 +100,7 @@ Unbalanced curly } ends early[^18] [^6]: Subsequent, p. {(a)}. -[^7]: Ibid-with-locator. +[^7]: Ibid. [^8]: Ibid 123-35 numbers are suffix. |
