-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delimiting comma wrongly appearing outside quotation mark. #232
Comments
The test fixture punctuation_SuppressPrefixPeriodForDelimiterSemicolon.txt reflects this behavior. It seems to be a deliberate design. |
That test fixture has
|
Somewhere in the code, there is a JS object with parameters for various combinations of punctuation and quotes. There should not be much left to chance on that front. I'll take a look when I get a chance. (If you don't hear back in awhile, feel free to ping. It's been a lethargic or a blue week here, I'm not sure which, but either way I might be slow and you're welcome to prompt and see if it prods me into action.) |
In the CSL for Chicago Manual of Style 17th edition (note), change the layout delimiter for
<citation>
from a semicolon to a comma, that is, change<layout suffix="." delimiter="; ">
to<layout suffix="." delimiter=", ">
, Select some journal articles. Ensure locale is en-US.While the delimiting semicolon rightly appeared outside the closing quotation marks, a comma should appear inside. But it doesn’t. We get this citation
instead of this one
The suffix period got moved inside, so we know
punctuation-in-quote
is active,The text was updated successfully, but these errors were encountered: