Feature: integration As a CSL cite processor hacker I want the test integration_CrossCitationIbidOnInsert to pass @citation @integration @citations Scenario: Cross Citation Ibid On Insert Given the following style: """ """ And the following input: """ [{"container-title":"U.S.","id":"ITEM-1","issued":{"date-parts":[[2001]]},"page":"23","title":"Doe v. Roe","type":"legal_case","volume":"12"},{"container-title":"L.Ed.","id":"ITEM-2","issued":{"date-parts":[[2001]]},"page":"45","title":"Doe v. Roe","type":"legal_case","volume":"34"},{"container-title":"U.S.","id":"ITEM-3","issued":{"date-parts":[[2002]]},"page":"67","title":"Smith v. Jones","type":"legal_case","volume":"56"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] Doe v. Roe, 12 U.S. 23, 34 L.Ed. 45 (2001) >>[1] Id. at 78, 34 L.Ed. 89 ..[2] Smith v. Jones, 56 U.S. 67 (2002) """