Feature: locale As a CSL cite processor hacker I want the test locale_SpecificTerm to pass @citation @locale Scenario: Specific Term Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Sample Title","type":"book"}] """ When I cite all items Then the result should be: """ Sample Title: (weird term) """