Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Priyatharsini K)
Created: 03/27/2015
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 293426 /
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Mac 10 All,Win XP All
Vote Count: 1
Method:
No value is returned when Elvis Operator is used with four operand.
Test code to repro:
<cfoutput>#undefined1?:undefined2?:"defined1"?:"defined2"#</cfoutput>
<cfoutput>#undefined1?:undefined2?:undefined?:"defined1"#</cfoutput>
Result:
Getting blank output
Expected:
defined1
defined1
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3960224
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: