Feature: plural As a CSL cite processor hacker I want the test plural_NameLabelDefaultSingular to pass @citation @plural Scenario: Name Label Default Singular Given the following style: """ """ And the following input: """ [{"editor":[{"family":"Doe","given":"John","static-ordering":false}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ Doe ed """