Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_ExtraTextCitation to pass @citation @disambiguate @citations Scenario: Extra Text Citation Given the following style: """ """ And the following input: """ [{"author":[{"family":"Bumke","given":"Joachim"}],"id":"ITEM-1","title":"Courtly Culture: Literature and Society in the High Middle Ages","translator":[{"family":"Dunlap","given":"Thomas"}],"type":"book"},{"author":[{"family":"Bumke","given":"Joachim"}],"id":"ITEM-2","title":"Höfische","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] Bumke, Courtly Culture: Literature and Society in the High Middle Ages >>[1] Bumke, Höfische """