Feature: name As a CSL cite processor hacker I want the test name_HyphenatedFirstName to pass @citation @name Scenario: Hyphenated First Name Given the following style: """ """ And the following input: """ [{"author":[{"family":"Liu","given":"Hui-Xiao Li Yuan","static-ordering":false}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ H.-X. L. Y. Liu """