Feature: position As a CSL cite processor hacker I want the test position_IfIbidWithLocatorIsTrueThenIbidIsTrue to pass @citation @position @citation-items Scenario: If Ibid With Locator Is True Then Ibid Is True 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"}] """ When I cite the following items: """ [[{"id":"ITEM-1","position":0}],[{"id":"ITEM-1","label":"page","locator":"23","position":3}]] """ Then the results should be: | Appleton “Tom Swift and His Electric Runabout” (1910). | | Ibid. |