Feature: date As a CSL cite processor hacker I want the test date_LocalizedDateFormats-bg-BG to pass @citation @date Scenario: Localized Date Formats-bg-BG 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 10.04.1998 04.1998 1998 """