Feature: bugreports
As a CSL cite processor hacker
I want the test bugreports_NumberInMacroWithVerticalAlign to pass
@citation @bugreports
Scenario: Number In Macro With Vertical Align
Given the following style:
"""
"""
And the following input:
"""
[{"edition":"2","id":"ITEM-1","title":"His Anonymous Life","type":"book"},{"edition":"3-5","id":"ITEM-2","title":"His Anonymous Life","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
2; 3–5
"""