Feature: position As a CSL cite processor hacker I want the test position_FirstTrueOnlyOnce to pass @citation @position @citations Scenario: First True Only Once Given the following style: """ """ And the following input: """ [{"author":[{"family":"Appleton","given":"Victor","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[["1910"]]},"title":"Tom Swift and His Electric Runabout","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] Appleton “Tom Swift and His Electric Runabout” (1910). >>[1] Ibid. p. 23. """