Feature: bugreports As a CSL cite processor hacker I want the test bugreports_DisambiguationAddNames to pass @citation @bugreports @citations Scenario: Disambiguation Add Names Given the following style: """ """ And the following input: """ [{"author":[{"family":"Roe","given":"Jane"},{"family":"Doe","given":"John"},{"family":"Smith","given":"John"}],"id":"ITEM-1","issued":{"date-parts":[[1995]]},"type":"book"},{"author":[{"family":"Roe","given":"Jane"},{"family":"Noakes","given":"Richard"},{"family":"Brown","given":"Bob"}],"id":"ITEM-2","issued":{"date-parts":[[1995]]},"type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (Roe et al., 1995a, 1995b) """