Feature: name As a CSL cite processor hacker I want the test name_SubstituteMacroInheritDecorations to pass @citation @name Scenario: Substitute Macro Inherit Decorations Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John","static-ordering":false}],"id":"simple-western-name-1","issued":{"date-parts":[["1965","6","1"]]},"title":"His Anonymous Life","type":"book"}] """ When I cite all items Then the result should be: """ [I AM A BLOB] """