Feature: date As a CSL cite processor hacker I want the test date_Accessed to pass @citation @date Scenario: Accessed Given the following style: """ """ And the following input: """ [{"accessed":{"date-parts":[],"raw":"22 jan 1976"},"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ January 22, 1976 """