Feature: bugreports As a CSL cite processor hacker I want the test bugreports_CitationSortsWithEtAl to pass @citation @bugreports @citations Scenario: Citation Sorts With Et Al Given the following style: """ """ And the following input: """ [{"author":[{"family":"Aalto","given":"Alan"},{"family":"Quintuffle","given":"Qlark"},{"family":"Crank","given":"Christoper"}],"id":"ITEM-1","issued":{"date-parts":[[2001]]},"type":"book"},{"author":[{"family":"Aalto","given":"Alan"},{"family":"Baseballhat","given":"Bernie"},{"family":"Crank","given":"Christoper"}],"id":"ITEM-2","issued":{"date-parts":[[1999]]},"type":"book"},{"author":[{"family":"Aalto","given":"Alan"},{"family":"Zipgpot","given":"Zody"},{"family":"Crank","given":"Christoper"}],"id":"ITEM-3","issued":{"date-parts":[[2000]]},"type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] [Aalto et al., 1999, 2000, 2001] """