Feature: bugreports As a CSL cite processor hacker I want the test bugreports_AuthorYear to pass @citation @bugreports Scenario: Author Year Given the following style: """ """ And the following input: """ [{"author":[{"family":"Family01","given":"Given01"}],"id":"ITEM-1","issued":{"date-parts":[[2003,1]]},"title":"This is some title","type":"book","volume":"2003"}] """ When I cite all items Then the result should be: """ (Family01, 2003) """