Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 09/09/2016
Components: Language
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: CF2016_Update1 /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Duplicate ID: CF-4168114
Repro:
https://github.com/adamcameron/cfml/blob/master/language/customtags/mode/test.cfm#L30
After discussion on CFML Slack channel:
cfmodule(template="tag.cfm")
Should be analogous to this:
<cfmodule template="tag.cfm">
But in fact it is analogous to:
<cfmodule template="tag.cfm" />
This:
<cfmodule template="tag.cfm" />
would be this, surely:
cfmodule(template="tag.cfm"){}
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4188160
External Customer Info:
External Company:
External Customer Name: Adam Cameron
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: