Feature: name As a CSL cite processor hacker I want the test name_WesternArticularLowercase to pass @citation @name Scenario: Western Articular Lowercase Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"Jacques","non-dropping-particle":"van","static-ordering":false}],"id":"item-1","issued":{"date-parts":[["1645"]]},"title":"A Book of Five Rings","type":"book"}] """ When I cite all items Then the result should be: """ Jacques van Doe """