Feature: name As a CSL cite processor hacker I want the test name_EtAlUseLast to pass @bibliography @name Scenario: Et Al Use Last Given the following style: """ """ And the following input: """ [{"author":[{"family":"Anderson","given":"John"},{"family":"Brown","given":"John"},{"family":"Catharsis","given":"John"},{"family":"Doldrums","given":"John"},{"family":"Evergreen","given":"John"},{"family":"Fugedaboutit","given":"John"},{"family":"Gargoyle","given":"John"},{"family":"Houynym","given":"John"}],"id":"ITEM-1","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """
John Anderson, John Brown, John Catharsis, John Doldrums, John Evergreen, John Fugedaboutit, … John Houynym
"""