Feature: label As a CSL cite processor hacker I want the test label_CollapsedPageNumberPluralDetection to pass @citation @label @citations Scenario: Collapsed Page Number Plural Detection Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"His Anonymous Life","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] His Anonymous Life, page 327-30 >>[1] His Anonymous Life, pages 327–330 """