tracker issue : CF-4199737

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

function is a keyword in tag syntax

| View in Tracker

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: