Feature: parallel As a CSL cite processor hacker I want the test parallel_TrailingIbid to pass @citation @parallel @citations Scenario: Trailing Ibid Given the following style: """ """ And the following input: """ [{"container-title":"U.S.","id":"ITEM-1","issued":{"date-parts":[["1965"]]},"page":"200","title":"Smith v. Noakes","type":"legal_case","volume":"222"},{"container-title":"L.Ed.","id":"ITEM-2","issued":{"date-parts":[["1965"]]},"page":"300","title":"Smith v. Noakes","type":"legal_case","volume":"333"},{"container-title":"U.S.","id":"ITEM-3","issued":{"date-parts":[["1966"]]},"page":"400","title":"Jim v. Bob","type":"legal_case","volume":"444"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] Smith v. Noakes, 222 U.S. 200, 201, 333 L.Ed. 300, 301 (1965); ibid., 333 L.Ed. 301; Jim v. Bob, 444 U.S. 400, 401 (1966). """