Feature: textcase As a CSL cite processor hacker I want the test textcase_TitleCaseNonEnglish to pass @citation @textcase Scenario: Title Case Non English Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","language":"de","title":"Review of book by A.N. author","type":"book"}] """ When I cite all items Then the result should be: """ Review of book by A.N. author """