Feature: number
As a CSL cite processor hacker
I want the test number_NewOrdinalsEdition to pass
@citation @number @citations
Scenario: New Ordinals Edition
Given the following style:
"""
"""
And the following input:
"""
[{"edition":1,"id":"ITEM-1","issued":{"date-parts":[[2000,1,15]]},"title":"Title 1","type":"book"}]
"""
And I have a citations input
When I cite all items
Then the result should be:
"""
>>[0] Title 1, 1re éd., 2000.
"""