Feature: affix As a CSL cite processor hacker I want the test affix_InterveningEmpty to pass @citation @affix Scenario: Intervening Empty 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: """ John Doe. His Anonymous Life. 1965. """