Feature: name As a CSL cite processor hacker I want the test name_namepartAffixesNameAsSortOrderDemoteNonDroppingParticle to pass @citation @name Scenario: namepart Affixes Name As Sort Order Demote Non Dropping Particle Given the following style: """ """ And the following input: """ [{"author":[{"dropping-particle":"de","family":"Fontaine","given":"Jean","non-dropping-particle":"La","suffix":"III"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ (Fontaine) [Jean de La] III """