Feature: condition As a CSL cite processor hacker I want the test condition_FirstNullAny to pass @citation @condition Scenario: First Null Any Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"}],"id":"ITEM-1","publisher":"Okay Publishers","type":"book"}] """ When I cite all items Then the result should be: """ Try: Okay Publishers """