Feature: magic
As a CSL cite processor hacker
I want the test magic_PunctuationInQuoteNested to pass
@citation @magic
Scenario: Punctuation In Quote Nested
Given the following style:
"""
"""
And the following input:
"""
[{"author":[{"family":"Doe","given":"John","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[[1900]]},"title":"Book A","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
Doe. “Book A.” 1900.
"""