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