Feature: variables As a CSL cite processor hacker I want the test variables_TitleShortOnAbbrevWithTitle to pass @citation @variables Scenario: Title Short On Abbrev With Title Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"My Long Title","type":"book"}] """ And the following abbreviations: """ {"default":{"title":{"My Long Title":"My Short Title"}}} """ When I cite all items Then the result should be: """ My Short Title """