Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_ImplicitYearSuffixOnceOnly to pass @bibliography @disambiguate Scenario: Implicit Year Suffix Once Only Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[["1990","5","30"]]},"title":"Book A","type":"book"},{"author":[{"family":"Doe","given":"John","static-ordering":false}],"id":"ITEM-2","issued":{"date-parts":[["1990","5","30"]]},"title":"Book B","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """
[1990a] Doe, Book A 05/30/1990
[1990b] Doe, Book B 05/30/1990
"""