Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Adam Cameron
Adam CameronPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 16 April 2015 at 09:28
Updated 8 May 2020 at 19:44
Resolved 16 April 2015 at 11:06
The code in component.lucee is:
````
<cfcomponent displayname="Component" hint="This is the Base Component"></cfcomponent>
````
Obviously this needs to be:
````
<:component displayname="Component" hint="This is the Base Component"></:component>
````
Or, really, it should be:
````
component {
}
````
(it should not be in tags, and it should not have pointless comments)
But once cannot make a .lucee component as it stands!
How are your tests passing, I wonder?