Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_DisambiguateWithThree2 to pass @citation @disambiguate @citations Scenario: Disambiguate With Three2 Given the following style: """ """ And the following input: """ [{"author":[{"family":"Spivak","given":"Gayatri Chakravorty","isInstitution":""}],"event-place":"Cambridge, Mass.","id":55,"issued":{"date-parts":[[1999]]},"multi":{"_keys":{}},"note":"Gayatri Chakravorty Spivak. 25 cm.","publisher":"Harvard University Press","publisher-place":"Cambridge, Mass.","shortTitle":"A Critique","title":"A Critique of Postcolonial Reason: Toward a History of the Vanishing Present","type":"book"},{"author":[{"family":"Spivak","given":"Gayatri Chakravorty","isInstitution":""}],"container-title":"Cosmopolitics: Thinking and Feeling Beyond the Nation","editor":[{"family":"Cheah","given":"Pheng","isInstitution":""},{"family":"Robbins","given":"Bruce","isInstitution":""}],"event-place":"Minneapolis","id":53,"issued":{"date-parts":[[1998]]},"multi":{"_keys":{}},"page":"329 - 348","publisher":"University of Minnesota Press","publisher-place":"Minneapolis","shortTitle":"Cultural Talks","title":"Cultural Talks in the 'Hot Peace': Revisiting the Global Village","type":"chapter"},{"author":[{"family":"Spivak","given":"Gayatri Chakravorty","isInstitution":""}],"event-place":"New York","id":59,"issued":{"date-parts":[[2003]]},"multi":{"_keys":{}},"note":"Gayatri Chakravorty Spivak. Crossing borders ― Collectivities ― Planetarity.","publisher":"Columbia University Press","publisher-place":"New York","title":"Death of a Discipline","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (Spivak, A Critique) >>[1] (Spivak, “Cultural Talks”) >>[2] (Spivak, Death of a Discipline) """