Feature: magic As a CSL cite processor hacker I want the test magic_NameSuffixNoComma to pass @citation @magic Scenario: Name Suffix No Comma Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John, III","parse-names":true}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ John Doe III """