Feature: condition As a CSL cite processor hacker I want the test condition_NameAndTextVars to pass @citation @condition @citations Scenario: Name And Text Vars Given the following style: """ """ And the following input: """ [{"URL":"http://legal-dictionary.thefreedictionary.com/","accessed":{"date-parts":[["2012",4,15]]},"author":[{"family":"Harvey","given":"Slurp"}],"id":87,"key":"178050_B4IMW86H","title":"Legal Dictionary","type":"webpage"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] should be this! """