Feature: date As a CSL cite processor hacker I want the test date_NonexistentSortReverseBibliography to pass @bibliography @date Scenario: Nonexistent Sort Reverse Bibliography Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Item 1","type":"book"},{"id":"ITEM-2","issued":{"date-parts":[["1999","2","15"]]},"title":"Item 2","type":"book"},{"id":"ITEM-3","title":"Item 3","type":"book"},{"id":"ITEM-4","issued":{"date-parts":[["2000","2","15"]]},"title":"Item 4","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """