Feature: condition As a CSL cite processor hacker I want the test condition_VariableAny to pass @citation @condition Scenario: Variable Any Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"His Book","type":"book"},{"id":"ITEM-2","type":"book","volume":"101"}] """ When I cite all items Then the result should be: """ TRUE FALSE """