Feature: name As a CSL cite processor hacker I want the test name_CeltsAndToffsNoHyphens to pass @citation @name Scenario: Celts And Toffs No Hyphens Given the following style: """ """ And the following input: """ [{"id":"item-1","issued":{"date-parts":[["1933"]]},"title":"Book A","translator":[{"family":"Chen","given":"Hsien-Li","static-ordering":false}],"type":"book"}] """ When I cite all items Then the result should be: """ Chen, H.L. """