Feature: magic As a CSL cite processor hacker I want the test magic_ImplicitYearSuffixExplicitDelimiter to pass @citation @magic Scenario: Implicit Year Suffix Explicit Delimiter Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"}],"id":"ITEM-1","issued":{"date-parts":[["1965"]]},"type":"book"},{"author":[{"family":"Doe","given":"John"}],"id":"ITEM-2","issued":{"date-parts":[["1965"]]},"type":"book"}] """ When I cite all items Then the result should be: """ (1965a,b) """