Feature: date As a CSL cite processor hacker I want the test date_LocalizedDateFormats-hu-HU to pass @citation @date Scenario: Localized Date Formats-hu-HU 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: """ 1998. April 10. 1998. April 1998 1998.04.10 1998.04 1998 """