Feature: locale As a CSL cite processor hacker I want the test locale_PageRangeDelimiterTermUndefined to pass @citation @locale Scenario: Page Range Delimiter Term Undefined Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","page":"1-2","title":"His Anonymous Life","type":"book"}] """ When I cite all items Then the result should be: """ 1–2 """