Feature: name As a CSL cite processor hacker I want the test name_AllCapsInitialsUntouched to pass @citation @name Scenario: All Caps Initials Untouched Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"JH Hartcourt"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ Full: JH Hartcourt Doe; Initialized: JH Hartcourt Doe """