Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested comments don't work #5

Open
eyk opened this issue Jan 20, 2020 · 0 comments
Open

Nested comments don't work #5

eyk opened this issue Jan 20, 2020 · 0 comments

Comments

@eyk
Copy link

eyk commented Jan 20, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant