Feature: textcase
As a CSL cite processor hacker
I want the test textcase_TitleCapitalization to pass
@citation @textcase @non-standard
Scenario: Title Capitalization
Given the following style:
"""
"""
And the following input:
"""
[{"id":"ITEM-1","title":"This IS a pen that is a smith pencil","type":"book"}]
"""
When I cite all items
Then the result should be:
"""
This IS a Pen That Is a smith Pencil
"""