Feature: name As a CSL cite processor hacker I want the test name_LabelAfterPlural to pass @citation @name Scenario: Label After Plural Given the following style: """ """ And the following input: """ [{"editor":[{"family":"Doe","given":"John","static-ordering":false},{"family":"Roe","given":"Jane","static-ordering":false}],"id":"item-1","issued":{"date-parts":[["2000"]]},"title":"His Anonymous Life","type":"book"}] """ When I cite all items Then the result should be: """ John Doe, Jane Roeeditors """