Feature: number As a CSL cite processor hacker I want the test number_EditionSort to pass @citation @number Scenario: Edition Sort Given the following style: """ """ And the following input: """ [{"edition":"2nd edition","id":"ITEM-1","title":"Item 1","type":"book"},{"edition":"3","id":"ITEM-2","title":"Item 2","type":"book"},{"edition":"special issue","id":"ITEM-3","title":"Item 3","type":"book"},{"edition":"1","id":"ITEM-4","title":"Item 4","type":"book"}] """ And the following abbreviations: """ {"default":{"number":{"2nd edition":"2nd"}}} """ When I cite all items Then the result should be: """ first, 2nd, third, special issue """