>>===== MODE =====>> bibliography <<===== MODE =====<< When year-suffix is implicit (the CSL 0.8.1 legacy mode), the suffix should be rendered only the first time a date is printed in the cite. >>===== RESULT =====>>
[1990a] Doe, Book A 05/30/1990
[1990b] Doe, Book B 05/30/1990
<<===== RESULT =====<< >>===== CSL =====>> <<===== CSL =====<< >>===== INPUT =====>> [ { "author": [ { "family": "Doe", "given": "John" } ], "id": "ITEM-1", "issued": { "date-parts": [ [ "1990", "5", "30" ] ] }, "title": "Book A", "type": "book" }, { "author": [ { "family": "Doe", "given": "John" } ], "id": "ITEM-2", "issued": { "date-parts": [ [ "1990", "5", "30" ] ] }, "title": "Book B", "type": "book" } ] <<===== INPUT =====<< >>===== VERSION =====>> 1.0 <<===== VERSION =====<<