Feature: variables As a CSL cite processor hacker I want the test variables_TitleShortOnShortTitleNoTitleGroup to pass @citation @variables @citations Scenario: Title Short On Short Title No Title Group Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","shortTitle":"My Short Title","title":"My Long Title 1","type":"book"},{"id":"ITEM-2","title":"My Long Title 2","type":"book"},{"id":"ITEM-3","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] Check this out: My Short Title is from title-short ..[1] Check this out: >>[2] Check this out: """