Feature: magic As a CSL cite processor hacker I want the test magic_StripPeriodsExcludeAffixes to pass @citation @magic Scenario: Strip Periods Exclude Affixes Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"}],"container-title":"Journal Title","id":"ITEM-1","type":"article-journal"},{"author":[{"family":"Roe","given":"Jane"}],"container-title":"Journ. Title","id":"ITEM-2","type":"article-journal"}] """ When I cite all items Then the result should be: """ John Doe.Journal Title.Jane Roe.Journ Title. """