-
Notifications
You must be signed in to change notification settings - Fork 57
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
Over-escaped quotes in attributes #37
Comments
Thanks for the report @henrik, I'll look into it this afternoon. |
Hi, @henrik could you please provide a failing test case? I cannot reproduce it. |
Maybe there's something else about my project setup that plays into this. You should be able to see the issue with something like
|
I'm having the same issue, just created a barebones phoenix app and added the phoenixslim dependency. Just began with elixir/phoenix today so not enough knowledge to create a test case :( |
Confirm this issue. Exactly as described. |
Thanks for the reports guys. I believe @Rakoth took a look at this any was unable to repo. @unitymind or @ivanyv can you provide a test case that we can use? I'll take a look at this today or tomorrow. |
I linked my tiny Phoenix app above: maybe you can repro in there. Sent from my iPhone
|
Thanks @henrik, I can take a peek but as you said yourself "Maybe there's something else about my project setup that plays into this.". A single failing test case lets us focus on the actual bug instead of wrestling potentially unrelated bugs or configuration issues. I'll take a stab at putting together some test cases for this. |
Sure. If all else fails, though, going from an error-in-app to figuring out a failing test case could be an option. It's a tiny, tiny Phoenix app. Sent from my iPhone
|
Here is initial Phoenix app: https://github.com/unitymind/boozeup |
0.7.2 has been released and should include a fix for this thanks to @Rakoth! |
@doomspork @Rakoth Thanks so much! 🎈 |
Seems like with 0.7.1, this:
Started producing this output:
Which breaks styling because the quotes are over-escaped.
Same result if I try
(without a space after the comma, due to #32)
The text was updated successfully, but these errors were encountered: