Feature: number
As a CSL cite processor hacker
I want the test number_SeparateOrdinalNamespaces to pass
@citation @number
Scenario: Separate Ordinal Namespaces
Given the following style:
"""
"""
And the following input:
"""
[{"edition":"1","id":"ITEM-1","issue":"1","title":"With One","type":"book"},{"edition":"2","id":"ITEM-2","issue":"2","title":"With Two","type":"book"},{"edition":"3","id":"ITEM-3","issue":"3","title":"With Three","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
With One, 1.a edition, 1.o issue; With Two, 2.a edition, 2.oo issue; With Three, 3.a edition, 3.a issue
"""