Feature: sort As a CSL cite processor hacker I want the test sort_NameParticleInNameSortTrue to pass @bibliography @sort Scenario: Name Particle In Name Sort True Given the following style: """ """ And the following input: """ [{"author":[{"family":"Roe","given":"Jane","non-dropping-particle":"van","static-ordering":false}],"id":"ITEM-1","type":"book"},{"author":[{"family":"Noakes","given":"John","non-dropping-particle":"di","static-ordering":false}],"id":"ITEM-2","type":"book"},{"author":[{"family":"Doe","given":"John","non-dropping-particle":"von","static-ordering":false}],"id":"ITEM-3","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """