Feature: sort As a CSL cite processor hacker I want the test sort_CaseInsensitiveBibliography to pass @bibliography @sort Scenario: Case Insensitive Bibliography Given the following style: """ """ And the following input: """ [{"author":[{"family":"ABC"}],"id":"ITEM-1","type":"book"},{"author":[{"family":"Aaa"}],"id":"ITEM-2","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """