Feature: sort As a CSL cite processor hacker I want the test sort_ChangeInNameSort to pass @bibliography @sort @citations Scenario: Change In Name Sort Given the following style: """ """ And the following input: """ [{"author":[{"family":"De Quincey","given":"Alan"}],"id":"ITEM-1","type":"book"},{"author":[{"family":"Noakes","given":"Ajax"}],"id":"ITEM-2","type":"book"},{"author":[{"family":"Carter","given":"Cedric"}],"id":"ITEM-3","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """
Carter
Noakes
De Quincey
"""