Feature: magic As a CSL cite processor hacker I want the test magic_QuotesAndBraces1 to pass @citation @magic Scenario: Quotes And Braces1 Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"His Anonymous Life","type":"book"}] """ When I cite all items Then the result should be: """ [“His Anonymous Life”] """