Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_YearSuffixMidInsert to pass @citation @disambiguate @citations Scenario: Year Suffix Mid Insert Given the following style: """ """ And the following input: """ [{"URL":"http://www.un.org/en/development/desa/policy/wesp/wesp_mb/wesp_mb30.pdf","author":[{"family":"UN DESA","given":"","isInstitution":""}],"collection-title":"Monthly Briefing","id":76,"issued":{"date-parts":[["2011",4,11]]},"multi":{"_keys":{}},"number":"30","publisher":"United Nations","title":"Monthly Briefing: World Economic Situation and Prospects","type":"report"},{"URL":"http://www.un.org/en/development/desa/policy/wesp/wesp_current/2011wespupdate_pr_en.pdf","author":[{"family":"UN DESA","given":"","isInstitution":""}],"collection-title":"WESP","id":71,"issued":{"date-parts":[["2011",5,25]]},"multi":{"_keys":{}},"publisher":"United Nations","title":"World Economic Situation and Prospects 2011: Update as of mid-2011","type":"report"},{"author":[{"family":"UN DESA","given":"","isInstitution":""}],"call-number":"E.11.II.C.2","id":72,"issued":{"date-parts":[[2011,1,13]]},"multi":{"_keys":{}},"note":"#","publisher":"United Nations","title":"World Economic Situation and Prospects 2011","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (UN DESA 2011b) >>[1] (UN DESA 2011c) >>[2] (UN DESA 2011a) """