Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): / ()
Created: 09/18/2017
Components: Language
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: /
Priority/Frequency: Normal / Some users will encounter
Locale/System: /
Vote Count: 0
Problem:
function is a keyword in tag syntax
Method:
Run the following cases:
{code:java}
<cfset function="">
{code}
{code:java}
<cffunction name="function" >
<cfreturn true>
</cffunction>
<cfset function()>
{code}
Result:
Does not work
Expected:
Workaround:
Note:
Attachments:
Comments: