Feature: name As a CSL cite processor hacker I want the test name_FormattingOfParticles to pass @citation @name Scenario: Formatting Of Particles Given the following style: """ """ And the following input: """ [{"author":[{"dropping-particle":"van","family":"Meer","given":"Gerard","non-dropping-particle":"der"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ Gerard van DER MEER """