Feature: date As a CSL cite processor hacker I want the test date_RawSeasonRange2 to pass @citation @date Scenario: Raw Season Range2 Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[["1965","6","1"]],"raw":"Summer 1999 - Spring 1999"},"type":"book"}] """ When I cite all items Then the result should be: """ Summer–Spring 1999 """