Feature: affix
As a CSL cite processor hacker
I want the test affix_WordProcessorAffixNoSpace to pass
@citation @affix @citations
Scenario: Word Processor Affix No Space
Given the following style:
"""
"""
And the following input:
"""
[{"id":"ITEM-1","title":"My Title","type":"book"}]
"""
And I have a citations input
When I cite all items
Then the result should be:
"""
..[0] My Prefix My Title My Suffix
..[1] My Prefix. My Title, My Suffix
>>[2] My Prefix My Title My Suffix
"""