Feature: locale As a CSL cite processor hacker I want the test locale_TitleCaseNonEnglishLangUpperEmptyLocale to pass @citation @locale Scenario: Title Case Non English Lang Upper Empty Locale Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","language":"FR","title":"His anonymous life","type":"book"}] """ When I cite all items Then the result should be: """ His anonymous life """