Feature: bugreports
As a CSL cite processor hacker
I want the test bugreports_AccidentalAllCaps to pass
@citation @bugreports
Scenario: Accidental All Caps
Given the following style:
"""
"""
And the following input:
"""
[{"author":[{"family":"Doe","given":"John"}],"id":"ITEM-1","issued":{"date-parts":[["1965","6","1"]]},"title":"His Anonymous Life","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
J. Doe, His Anonymous Life, , 1965.
"""