Feature: name As a CSL cite processor hacker I want the test name_OnlyGivenname to pass @citation @name Scenario: Only Givenname Given the following style: """ """ And the following input: """ [{"author":[{"given":"Banksy"}],"id":"ITEM-1","title":"Item 1","type":"book"}] """ When I cite all items Then the result should be: """ Banksy """