Feature: name As a CSL cite processor hacker I want the test name_SubstituteOnNumberGroupSpanFail to pass @citation @name Scenario: Substitute On Number 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"}] """ When I cite all items Then the result should be: """ 5 """