Feature: date As a CSL cite processor hacker I want the test date_SortEmptyDatesBibliography to pass @bibliography @date Scenario: Sort Empty Dates Bibliography Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"BookA","type":"book"},{"id":"ITEM-2","issued":{"date-parts":[[2000]]},"title":"BookB","type":"book"},{"id":"ITEM-3","title":"BookC","type":"book"},{"id":"ITEM-4","issued":{"date-parts":[[1999]]},"title":"BookD","type":"book"},{"id":"ITEM-5","title":"BookE","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """