Feature: name As a CSL cite processor hacker I want the test name_ArticularPlain to pass @citation @name Scenario: Articular Plain Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"James","static-ordering":false,"suffix":"III"}],"id":"item-1","issued":{"date-parts":[["2001"]]},"title":"My Anonymous Heritage","type":"book"}] """ When I cite all items Then the result should be: """ James Doe III """