tracker issue : CF-3600686

select a category, or use search below
(searches all categories and all time range)
Title:

Bug with ==

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 07/24/2013

Components: Language

Versions: 2016,11.0,10.0,2018

Failure Type: Non Functioning

Found In Build/Fixed In Build: 9.0.1 / 2018_Final

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win XP All

Vote Count: 0

See http://cfmlblog.adamcameron.me/2013/07/whilst-on-subject-of-things-in.html

This breaks:

a = 1;
b = 2;
writeOutput("Result: #a == b#");

This doesn't:

a = 1;
b = 2;
writeOutput("Result: #a EQ b#");

Both should work.

Works fine on Railo and OpenBD

-- 
Adam

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3600686

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: Adam Cameron.
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

This need risky change in language parser. Will take up later.
Comment by Awdhesh K.
14823 | December 17, 2013 07:17:32 AM GMT