Feature: date As a CSL cite processor hacker I want the test date_DateBC to pass @citation @date Scenario: Date BC Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[[-250]]},"title":"Ignore me","type":"book"}] """ When I cite all items Then the result should be: """ (250BC) """