Feature: name
As a CSL cite processor hacker
I want the test name_WesternPrimaryFontStyleTwoAuthors to pass
@citation @name
Scenario: Western Primary Font Style Two Authors
Given the following style:
"""
"""
And the following input:
"""
[{"author":[{"family":"Doe","given":"John","static-ordering":false},{"family":"Roe","given":"Jane","static-ordering":false}],"id":"item-1","issued":{"date-parts":[["2000"]]},"title":"Our Anonymous Lives","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
John Doe; Jane Roe
"""