Feature: sort As a CSL cite processor hacker I want the test sort_DateVariableMixedElementsAscendingA to pass @citation @sort Scenario: Date Variable Mixed Elements Ascending A Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","issued":{"date-parts":[["2000","5"]]},"title":"Book A","type":"book"},{"id":"ITEM-2","issued":{"date-parts":[["2000"]]},"title":"Book B","type":"book"}] """ When I cite all items Then the result should be: """ Book B; Book A """