Feature: bugreports As a CSL cite processor hacker I want the test bugreports_YearSuffixLingers to pass @citation @bugreports @citations Scenario: Year Suffix Lingers Given the following style: """ """ And the following input: """ [{"author":[{"family":"Smith","given":"John"}],"id":"ITEM-1","issued":{"date-parts":[["1990"]]},"title":"Book A","type":"book"},{"author":[{"family":"Smith","given":"John"}],"id":"ITEM-2","issued":{"date-parts":[["1990"]]},"title":"Book B","type":"book"},{"author":[{"family":"Jones","given":"Bob"}],"id":"ITEM-3","issued":{"date-parts":[["1990"]]},"title":"Book C","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] Smith 1990a ..[1] Smith 1990b >>[2] Jones 1990 """