Feature: date As a CSL cite processor hacker I want the test date_LiteralFailGracefullyIfNoValue to pass @citation @date Scenario: Literal Fail Gracefully If No Value Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[]},"title":"Ignore me","type":"book"}] """ When I cite all items Then the result should be: """ Only Me """