Feature: name As a CSL cite processor hacker I want the test name_Institution to pass @citation @name Scenario: Institution Given the following style: """ """ And the following input: """ [{"author":[{"literal":"Multi-National United"}],"id":"institution-name-1","issued":{"date-parts":[["2006"]]},"title":"White Paper on Education, Sports, Culture, Science and Technology","type":"book"}] """ When I cite all items Then the result should be: """ Multi-National United """