Feature: punctuation As a CSL cite processor hacker I want the test punctuation_SuppressPrefixPeriodForDelimiterSemicolon to pass @citation @punctuation @citations Scenario: Suppress Prefix Period For Delimiter Semicolon 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":"chapter"},{"author":[{"family":"Roe","given":"Jane"}],"id":"ITEM-2","issued":{"date-parts":[["1965","6","1"]]},"title":"Her Anonymous Life","type":"chapter"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] John Doe, “His Anonymous Life”, 1965; Jane Roe, “Her Anonymous Life”, 1965. >>[1] Doe, “His Anonymous Life”; Roe, “Her Anonymous Life.” """