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

Inline Javascript can confused the parser #54

Open
genintho opened this issue Jun 24, 2024 · 0 comments
Open

Inline Javascript can confused the parser #54

genintho opened this issue Jun 24, 2024 · 0 comments

Comments

@genintho
Copy link

Thank you for this tool.

Found a bug caused by using inline JavaScript in an erb file.
To reproduce, add the code to any erb file:

<script>
    var li = $('<li>');
</script>

Screenshot 2024-06-24 at 4 35 30 PM

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