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