Feature: name
As a CSL cite processor hacker
I want the test name_SubstituteInheritLabel to pass
@citation @name
Scenario: Substitute Inherit Label
Given the following style:
"""
"""
And the following input:
"""
[{"editor":[{"family":"Roe","given":"Jane","static-ordering":false}],"id":"item-1","issued":{"date-parts":[["2000"]]},"title":"Her Anonymous Anthology","type":"book"},{"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:
"""
[[X]Jane Roe (ed.); [X]John Doe]
"""