Feature: name As a CSL cite processor hacker I want the test name_ArticularWithCommaNameAsSortOrder to pass @citation @name Scenario: Articular With Comma Name As Sort Order Given the following style: """ """ And the following input: """ [{"author":[{"comma-suffix":true,"family":"Doe","given":"James","static-ordering":false,"suffix":"Jr"}],"id":"item-1","type":"book"}] """ When I cite all items Then the result should be: """ Doe, James, Jr """