Feature: collapse As a CSL cite processor hacker I want the test collapse_CitationNumberRangesMixed to pass @citation @collapse @citation-items Scenario: Citation Number Ranges Mixed Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Paper 1","type":"book"},{"id":"ITEM-2","title":"Paper 2","type":"book"},{"id":"ITEM-3","title":"Paper 3","type":"book"},{"id":"ITEM-4","title":"Paper 4","type":"book"},{"id":"ITEM-5","title":"Paper 5","type":"book"},{"id":"ITEM-6","title":"Paper 6","type":"book"},{"id":"ITEM-7","title":"Paper 7","type":"book"}] """ When I cite the following items: """ [[{"id":"ITEM-1"},{"id":"ITEM-2"},{"id":"ITEM-3"},{"id":"ITEM-4"},{"id":"ITEM-5"},{"id":"ITEM-6"},{"id":"ITEM-7"}],[{"id":"ITEM-1"},{"id":"ITEM-2"},{"id":"ITEM-3"},{"id":"ITEM-5"},{"id":"ITEM-6"},{"id":"ITEM-7"}]] """ Then the results should be: | ([1]–[7]) | | ([1]–[3], [5]–[7]) |