Feature: date As a CSL cite processor hacker I want the test date_TextFormFulldateYearRange to pass @citation @date Scenario: Text Form Fulldate Year Range Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[[1987,8,3],[2003,10,23]]},"title":"Ignore me","type":"book"}] """ When I cite all items Then the result should be: """ (3 August 1987–23 October 2003) """