Feature: nameorder As a CSL cite processor hacker I want the test nameorder_Short to pass @citation @nameorder Scenario: Short Given the following style: """ """ And the following input: """ [{"author":[{"dropping-particle":"de","family":"Martinière","given":"Gérard","non-dropping-particle":"la","static-ordering":false,"suffix":"III"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ la Martinière """