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