Feature: bugreports As a CSL cite processor hacker I want the test bugreports_CreepingAddNames to pass @citation @bugreports @citations Scenario: Creeping Add Names Given the following style: """ """ And the following input: """ [{"author":[{"family":"Morley","given":"John"},{"family":"King","given":"Richard"},{"family":"Gadget","given":"Tom"},{"family":"Widget","given":"Peter"}],"id":"ITEM-1","issued":{"date-parts":[["2011"]]},"type":"book"},{"author":[{"family":"Butler","given":"Sharon"},{"family":"Turner","given":"Sarah"}],"id":"ITEM-2","issued":{"date-parts":[["2010"]]},"type":"book"},{"author":[{"family":"Rowan","given":"Steven"},{"family":"Peel","given":"Artemus"},{"family":"Vendeville","given":"Bruce"}],"id":"ITEM-3","issued":{"date-parts":[["2004"]]},"type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (Morley et al. 2011; Butler and Turner 2010; Rowan, Peel, and Vendeville 2004) """