Feature: name As a CSL cite processor hacker I want the test name_InstitutionDecoration to pass @citation @name Scenario: Institution Decoration Given the following style: """ """ And the following input: """ [{"author":[{"literal":"São Paulo (Estado)"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ SÃO PAULO (ESTADO) """