Feature: date As a CSL cite processor hacker I want the test date_LocalizedWithInStyleFormatting to pass @citation @date Scenario: Localized With In Style Formatting 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 """