Feature: date As a CSL cite processor hacker I want the test date_LocalizedDateFormats-af-ZA to pass @citation @date Scenario: Localized Date Formats-af-ZA Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[[1998,4,10]]},"title":"BookA"}] """ When I cite all items Then the result should be: """ 10 April 1998 April 1998 1998 1998/04/10 1998/04 1998 """