Feature: label As a CSL cite processor hacker I want the test label_PageWithEmbeddedLabel to pass @citation @label @citations Scenario: Page With Embedded Label Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","page":"ch. 13","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] p. ch. 13 """