Feature: sort As a CSL cite processor hacker I want the test sort_DropNameLabelInSort to pass @bibliography @sort Scenario: Drop Name Label In Sort Given the following style: """ """ And the following input: """ [{"editor":[{"family":"Doe","given":"John"}],"id":"ITEM-1","title":"Hello","type":"book"},{"author":[{"family":"Doe","given":"John"}],"id":"ITEM-4","title":"Hello","type":"book"},{"author":[{"family":"Doe","given":"John Eamon"}],"id":"ITEM-2","title":"Hello","type":"book"},{"author":[{"family":"Doe","given":"John Egbert"}],"id":"ITEM-3","title":"Hello","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """