Feature: nameattr As a CSL cite processor hacker I want the test nameattr_EtAlSubsequentMinOnStyleInCitation to pass @citation @nameattr @citation-items Scenario: Et Al Subsequent Min On Style 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 the following items: """ [[{"id":"ITEM-1","position":1}]] """ Then the results should be: | John Doe et al. |