Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 06/14/2014
Components: Debugging
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: ALL / Win 95
Vote Count: 0
Duplicate ID: CF-3787245
Problem Description: CF allows struct with empty string as key but cfdump does not dump such key/value pair correctly.
Steps to Reproduce:
<cfset x[''] = 1>
<cfdump var="#x#">
Actual Result:
struct
:
Expected Result:
struct
[empty string]:1
Any Workarounds:
none
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3776038
External Customer Info:
External Company:
External Customer Name: henrylearn2rock
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: