Feature: bugreports As a CSL cite processor hacker I want the test bugreports_DelimiterBug to pass @citation @bugreports Scenario: Delimiter Bug Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","publisher":"Ballantine Books","title":"Farenheit 451","type":"book"}] """ When I cite all items Then the result should be: """ Farenheit 451 Ballantine Books """