Feature: nameattr As a CSL cite processor hacker I want the test nameattr_NamesDelimiterOnCitationInCitation to pass @citation @nameattr Scenario: Names Delimiter On Citation In Citation Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"}],"editor":[{"family":"Roe","given":"Jane"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ John Doe AND ALSO THE EDITOR Jane Roe """