Feature: date As a CSL cite processor hacker I want the test date_YearSuffixWithNoDate to pass @citation @date @citations Scenario: Year Suffix With No Date Given the following style: """ """ And the following input: """ [{"accessed":{"date-parts":[["1965","6","1"]]},"author":[{"family":"Doe","given":"John"}],"id":"ITEM-1","type":"book"},{"accessed":{"date-parts":[["2065","6","1"]]},"author":[{"family":"Doe","given":"John"}],"id":"ITEM-2","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (John Doe n.d.-a [Accessed: June 1, 1965]; John Doe n.d.-b [Accessed: June 1, 2065]) """