Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_YearSuffixTwoPairsFullNamesBibliography to pass @bibliography @disambiguate Scenario: Year Suffix Two Pairs Full Names Bibliography Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"},{"family":"Jones","given":"Sarah"}],"id":"suffix1","issued":{"date-parts":[["1999"]]},"title":"Book A","type":"book"},{"author":[{"family":"Doe","given":"James"},{"family":"Jones","given":"Steven"}],"id":"suffix2","issued":{"date-parts":[["1999"]]},"title":"Book B","type":"book"},{"author":[{"family":"Doe","given":"Jake"},{"family":"Smith","given":"Stan"}],"id":"suffix3","issued":{"date-parts":[["1999"]]},"title":"Book C","type":"book"},{"author":[{"family":"Doe","given":"Jasper"},{"family":"Smith","given":"Sandra"}],"id":"suffix4","issued":{"date-parts":[["1999"]]},"title":"Book D","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """