Feature: date As a CSL cite processor hacker I want the test date_OtherAlone to pass @citation @date Scenario: Other Alone Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[],"literal":"maybe around 2000bc sometime?"},"title":"Ignore me","type":"book"}] """ When I cite all items Then the result should be: """ (maybe around 2000bc sometime?) """