Feature: date As a CSL cite processor hacker I want the test date_LocalizedTextInStyleLocaleWithTextCase to pass @citation @date Scenario: Localized Text In Style Locale With Text Case 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: """ DEC. 2005 """