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

single eex expression converted to eext1 #38

Open
stevencorona opened this issue Apr 21, 2021 · 4 comments
Open

single eex expression converted to eext1 #38

stevencorona opened this issue Apr 21, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@stevencorona
Copy link

If I have a template with just a single eex expression in it, for example:

<%= link_to "blah", to: foo %>

It is incorrectly replaced with:

<eext1 />

adding HTML anywhere in the file fixes the issue

@adamzapasnik
Copy link
Owner

Hey @stevencorona 👋

Fix is already on master. You can give it a try.
I will release it later this week. Sorry for the trouble 😓

@adamzapasnik adamzapasnik self-assigned this Apr 21, 2021
@adamzapasnik adamzapasnik added the bug Something isn't working label Apr 21, 2021
@stevencorona
Copy link
Author

Thanks, I'll give it a try! Really appreciate you solving this problem!

@adamzapasnik
Copy link
Owner

@stevencorona I've just released a new version with a fix, let me know if it solves the problem ;)

@jonleighton
Copy link

0.5.0 fixes this problem for me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants