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