Feature: sort As a CSL cite processor hacker I want the test sort_EtAlUseLast to pass @bibliography @sort Scenario: Et Al Use Last Given the following style: """ """ And the following input: """ [{"author":[{"family":"Roe","given":"Jane","static-ordering":false},{"family":"Doe","given":"John","static-ordering":false},{"family":"Blow","given":"Joe","static-ordering":false},{"family":"Snow","given":"John","static-ordering":false},{"family":"Gogh","given":"Vincent","static-ordering":false}],"id":"ITEM-1","title":"Book A","type":"book"},{"author":[{"family":"Roe","given":"Jane","static-ordering":false},{"family":"Doe","given":"John","static-ordering":false},{"family":"Blow","given":"Joe","static-ordering":false},{"family":"Snow","given":"John","static-ordering":false},{"family":"Bogh","given":"Vincent","static-ordering":false}],"id":"ITEM-2","title":"Book A","type":"book"},{"author":[{"family":"Roe","given":"Jane","static-ordering":false},{"family":"Doe","given":"John","static-ordering":false},{"family":"Blow","given":"Joe","static-ordering":false},{"family":"Snow","given":"John","static-ordering":false},{"family":"Aogh","given":"Vincent","static-ordering":false}],"id":"ITEM-3","title":"Book A","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """