Feature: nameattr As a CSL cite processor hacker I want the test nameattr_DelimiterPrecedesEtAlOnBibliographyInCitation to pass @citation @nameattr Scenario: Delimiter Precedes Et Al On Bibliography In Citation Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"},{"family":"Roe","given":"Jane"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ John Doe et al. """