-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The transformation to cfscript commented some legacy code in. All CF-Versions treat the following code as a comment, the cfmlparser does not. Gist
<!--- comment block
<!--- inner comment block --->
<cfthrow messagge="I am in a comment an shouldn't be thrown.">
--->
/* comment block
inner comment block */
throw( messagge="I am in a comment an shouldn't be thrown." );
Should be
/* comment block
inner comment block
throw( messagge="I am in a comment an shouldn't be thrown." );
*/
Thanks for that great tool!
Metadata
Metadata
Assignees
Labels
No labels