Feature: date As a CSL cite processor hacker I want the test date_Uncertain to pass @citation @date Scenario: Uncertain Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"circa":1,"date-parts":[[2005,12,15]]},"type":"book"},{"id":"ITEM-2","issued":{"date-parts":[[2005,12,20]]},"type":"book"}] """ When I cite all items Then the result should be: """ circa 15 December 2005; 20 December 2005 """