Feature: bugreports As a CSL cite processor hacker I want the test bugreports_SortSecondaryKey to pass @citation @bugreports @citations Scenario: Sort Secondary Key Given the following style: """ """ And the following input: """ [{"author":[{"family":"Roe","given":"Jane"}],"id":"ITEM-1","issued":{"date-parts":[[1996]]},"type":"book"},{"author":[{"family":"Roe","given":"Jane"}],"id":"ITEM-2","issued":{"date-parts":[[1995]]},"type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (Roe, 1995, 1996) """