Feature: name As a CSL cite processor hacker I want the test name_ArticularWithComma to pass @citation @name Scenario: Articular With Comma Given the following style: """ """ And the following input: """ [{"author":[{"comma-suffix":true,"family":"Doe","given":"Jeffrey","static-ordering":false,"suffix":"Jr."}],"id":"item-1","issued":{"date-parts":[["2001"]]},"title":"My Life as an Anonymous Heir","type":"book"}] """ When I cite all items Then the result should be: """ Jeffrey Doe, Jr. """