Feature: name
As a CSL cite processor hacker
I want the test name_ParsedNonDroppingParticleWithApostrophe to pass
@citation @name
Scenario: Parsed Non Dropping Particle With Apostrophe
Given the following style:
"""
"""
And the following input:
"""
[{"author":[{"family":"d'Aubignac","given":"François Hédelin"}],"id":"ITEM-1","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
Aubignac (François Hédelin d’)
"""