Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_ByCiteIncremental1 to pass @citation @disambiguate @citations Scenario: By Cite Incremental1 Given the following style: """ """ And the following input: """ [{"URL":"http://www.emeraldinsight.com/journals.htm?articleid=1795171&show=abstract","accessed":{"date-parts":[["2013",1,30]],"season":"22:56:08"},"author":[{"family":"Baines","given":"T. S."},{"family":"Lightfoot","given":"H. W."},{"family":"Benedettini","given":"O."},{"family":"Kay","given":"J. M."}],"container-title":"Journal of Manufacturing Technology Management","id":"ITEM-1","issue":"5","issued":{"date-parts":[["2009"]]},"key":"T44568NT","page":"547–567","shortTitle":"The servitization of manufacturing","source":"Google Scholar","title":"The servitization of manufacturing: a review of literature and reflection on future challenges","type":"article-journal","volume":"20"},{"DOI":"10.1243/09544054JEM1552","ISSN":"0954-4054, 2041-2975","URL":"http://pib.sagepub.com/content/223/9/1207","accessed":{"date-parts":[["2013",1,30]],"season":"22:38:38"},"author":[{"family":"Baines","given":"T. S."},{"family":"Lightfoot","given":"H. W."},{"family":"Kay","given":"J. M."}],"container-title":"Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture","id":"ITEM-2","issue":"9","issued":{"date-parts":[["2009",9,1]]},"journalAbbreviation":"Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture","key":"BZ6F9U6V","language":"en","page":"1207-1215","shortTitle":"Servitized manufacture","source":"pib.sagepub.com","title":"Servitized manufacture: Practical challenges of delivering integrated products and services","type":"article-journal","volume":"223"},{"URL":"http://72.27.231.73/sites/phmsociety.org/files/phm_submission/2009/phmc_09_49.pdf","accessed":{"date-parts":[["2012",10,22]]},"author":[{"family":"Grubic","given":"T."},{"family":"Jennions","given":"I."},{"family":"Baines","given":"T. S."}],"id":"ITEM-3","issued":{"date-parts":[["2009"]]},"key":"3GG82XQE","source":"Google Scholar","title":"The Interaction of PSS and PHM-a mutual benefit case","type":"paper-conference"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] (Baines, Lightfoot, Benedettini, et al., 2009) ..[1] (Baines, Lightfoot and Kay, 2009) >>[2] (Grubic et al., 2009) """