Feature: collapse As a CSL cite processor hacker I want the test collapse_CitationNumberRangesInsert to pass @citation @collapse @citations Scenario: Citation Number Ranges Insert 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"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] [1] >>[1] [1]–[4] """