Feature: name As a CSL cite processor hacker I want the test name_GreekSimple to pass @citation @name Scenario: Greek Simple Given the following style: """ """ And the following input: """ [{"author":[{"family":"Ράις","given":"Μυρτώ"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ Μυρτώ Ράις """