Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_YearSuffixMixedDates to pass @citation @disambiguate Scenario: Year Suffix Mixed Dates Given the following style: """ """ And the following input: """ [{"author":[{"family":"Ylinen","given":"A"}],"id":22,"issued":{"date-parts":[[1995]]},"type":"article-journal"},{"author":[{"family":"Ylinen","given":"A"}],"id":21,"issued":{"date-parts":[["1995"]]},"type":"article-journal"},{"author":[{"family":"Ylinen","given":"A"}],"id":23,"issued":{"date-parts":[["1995"]]},"type":"article-journal"}] """ When I cite all items Then the result should be: """ (A Ylinen, 1995a; b; c) """