Feature: bugreports
As a CSL cite processor hacker
I want the test bugreports_DroppingGroupDelimiterSpace to pass
@citation @bugreports
Scenario: Dropping Group Delimiter Space
Given the following style:
"""
"""
And the following input:
"""
[{"container-title":"Studia Patristica","id":"ITEM-1","page":"1388-1400","type":"article-journal","volume":"17"}]
"""
When I cite all items
Then the result should be:
"""
17 Studia Patristica 1388
"""