Feature: name As a CSL cite processor hacker I want the test name_QuashOrdinaryVariableRenderedViaSubstitute to pass @citation @name Scenario: Quash Ordinary Variable Rendered Via Substitute Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Case Name","type":"book"}] """ When I cite all items Then the result should be: """ Case Name """