Feature: collapse
As a CSL cite processor hacker
I want the test collapse_CitationNumberRangesWithAffixesGroupedLocator to pass
@citation @collapse @citations
Scenario: Citation Number Ranges With Affixes Grouped Locator
Given the following style:
"""
"""
And the following input:
"""
[{"id":"ITEM-1","title":"Paper 1","type":"book"},{"id":"ITEM-2","title":"Paper 2"},{"id":"ITEM-3","title":"Paper 3","type":"book"}]
"""
And I have a citations input
When I cite all items
Then the result should be:
"""
>>[0] ([1],[2, p. 23],[3])
"""