Steps to Reproduce:
Consider the pattern:
set(1, 2)
and Check Syntax
Actual Results:
An error "Variable variables are not allowed, found at character $1."
Expected Results:
An error along the line: "set and set_var expect the first argument to be a string literal".