Feature: name
As a CSL cite processor hacker
I want the test name_WesternPrimaryFontStyle to pass
@citation @name
Scenario: Western Primary Font Style
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:
"""
John Doe
"""