Feature: decorations
As a CSL cite processor hacker
I want the test decorations_NoNormalWithoutDecoration to pass
@citation @decorations
Scenario: No Normal Without Decoration
Given the following style:
"""
"""
And the following input:
"""
[{"id":"ITEM-1","title":"His Anonymous Life","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
His Anonymous Life
His Anonymous Life
His Anonymous Life
"""