Feature: sort As a CSL cite processor hacker I want the test sort_Citation to pass @citation @sort @citations Scenario: Citation Given the following style: """ """ And the following input: """ [{"author":[{"family":"Roe","given":"Jane","static-ordering":false}],"id":"ITEM-1","type":"book"},{"author":[{"family":"Doe","given":"John","static-ordering":false}],"id":"ITEM-2","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] Doe; Roe """