Question
Elvis Operator Not Working
<cfscript>
message = [];
test = true;
response = test ? ['It is true'] : ['It is not true'];
</cfscript>CF2021 Throws the following error:
ColdFusion was looking at the following text:<p>:</p><p>The CFML compiler was processing:<ul><li>A cfscript tag beginning on line 1, column 2.</ul>
Used to work in CF2016 Patch #17
