Feature: sort As a CSL cite processor hacker I want the test sort_BibliographyCitationNumberDescendingViaMacro to pass @bibliography @sort Scenario: Bibliography Citation Number Descending Via Macro Given the following style: """ """ And the following input: """ [{"id":"item-1","title":"Book One","type":"book"},{"id":"item-3","title":"Book Three","type":"book"},{"id":"item-4","title":"Book Four","type":"book"},{"id":"item-6","title":"Book Six","type":"book"},{"id":"item-2","title":"Book Two","type":"book"},{"id":"item-5","title":"Book Five","type":"book"},{"id":"item-7","title":"Book Seven","type":"book"},{"id":"item-8","title":"Book Eight","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """