Feature: quotes As a CSL cite processor hacker I want the test quotes_PunctuationNasty to pass @bibliography @quotes Scenario: Punctuation Nasty Given the following style: """ """ And the following input: """ [{"archive":"Bancroft Library, University of California at Berkeley","archive_location":"MSS C-E 191","author":[{"family":"Savage","given":"Thomas"}],"id":"ITEM-1","issued":{"date-parts":[["1879"]]},"title":"Report of Labors in Archives and Procuring Material for History of California: And Related Material","type":"manuscript"}] """ When I render the entire bibliography Then the bibliography should be: """
Savage, Thomas. “Report of Labors in Archives and Procuring Material for History of California: And Related Material,” 1879. MSS C-E 191. Bancroft Library, University of California at Berkeley.
"""