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