Feature: integration As a CSL cite processor hacker I want the test integration_SimpleFirstReferenceNoteNumber to pass @citation @integration @citations Scenario: Simple First Reference Note Number Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[[1901]]},"title":"Life of Doe","type":"book"},{"author":[{"family":"Roe","given":"Jane","static-ordering":false}],"id":"ITEM-2","issued":{"date-parts":[[1900]]},"title":"Life of Roe","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] Doe, “Life of Doe” (1901). ..[1] Roe, “Life of Roe” (1900). ..[2] Doe, supra note 1. >>[3] Roe, supra note 2. """