Feature: date As a CSL cite processor hacker I want the test date_LocalizedTextDefaultWithAffixes to pass @citation @date Scenario: Localized Text Default With Affixes Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[[2005,12,15]]},"title":"Ignore me","type":"book"}] """ When I cite all items Then the result should be: """ (December 15, 2005) """