Feature: date As a CSL cite processor hacker I want the test date_LocalizedDateFormats-ko-KR to pass @citation @date Scenario: Localized Date Formats-ko-KR 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년 4월 10일 1998년 4월 1998년 1998/04/10 1998/04 1998 """