Skip to content

Nested comments don't work #5

@eyk

Description

@eyk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions