Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Carl Von Stetten / Carl Von Stetten ()
Created: 05/03/2017
Versions: 2016
Failure Type: Enhancement Request
Found In Build/Fixed In Build: 300466 / 2018,0,0,303797
Priority/Frequency: Normal / Some users will encounter
Locale/System: ALL / Windows 10 64 bit
Vote Count: 0
Problem Description: Lucee supports using != in place of NEQ and == in place of EQ within a <cfif> tag. ColdFusion should too.
Steps to Reproduce:
<cfset a = 1>
<cfset b = 2>
<cfif a != b>
foo
</cfif>
http://trycf.com/gist/9875204b57aedf973895408eb00b4e0d/acf2016?theme=monokai
Actual Result: Error: "Invalid CFML construct found"
Expected Result: Should work just like Lucee.
Any Workarounds: Use Lucee?
Attachments:
Comments: