Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_AddNamesFailure to pass @citation @disambiguate Scenario: Add Names Failure Given the following style: """ """ And the following input: """ [{"author":[{"family":"Smith","given":"John","static-ordering":false},{"family":"Brown","given":"John","static-ordering":false},{"family":"Jones","given":"John","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[[1980]]},"type":"book"},{"author":[{"family":"Smith","given":"John","static-ordering":false},{"family":"Brown","given":"John","static-ordering":false},{"family":"Jones","given":"John","static-ordering":false}],"id":"ITEM-2","issued":{"date-parts":[[1980]]},"type":"book"}] """ When I cite all items Then the result should be: """ Smith et al. (1980); Smith et al. (1980) """