Feature: name As a CSL cite processor hacker I want the test name_SubstituteOnMacroGroupSpanFail to pass @citation @name Scenario: Substitute On Macro Group Span Fail Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John","static-ordering":false}],"edition":"5","id":"item-1","issued":{"date-parts":[["2000"]]},"title":"His Anonymous Life","type":"book","volume":"boo"}] """ When I cite all items Then the result should be: """ boo """