Feature: page As a CSL cite processor hacker I want the test page_NoOption to pass @citation @page Scenario: No Option Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","page":"110-5","title":"Book Thing","type":"book"}] """ When I cite all items Then the result should be: """ Book Thing, at 110–5 """