Feature: substitute As a CSL cite processor hacker I want the test substitute_RepeatedNamesOk to pass @citation @substitute Scenario: Repeated Names Ok Given the following style: """ """ And the following input: """ [{"author":[{"family":"Ry","given":"Ma"}],"editor":[{"family":"Kontrari","given":"Kwite"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ Ma Ry, Ma Ry, Kwite Kontrari """