svelte-intellij icon indicating copy to clipboard operation
svelte-intellij copied to clipboard

Quotes in curly braces break HTML Tag

Open Maggi64 opened this issue 3 years ago • 1 comments

I encountered this when using same quotes in the curly braces as in the html tags.

image


image


image

I can provide additional code and examples if needed. Keep up the good work and have nice holidays 🎄

Maggi64 avatar Dec 15 '20 13:12 Maggi64

@Maggi64 thanks, you too 🎄

Minimal repro:

<input value="{1 + "test"}">

thanks for reporting https://svelte.dev/repl/8ed50e6b0c80438b8eecbbb78bd92c3f?version=3.31.0 – interestingly, Svelte REPL syntax highlighter breaks on this

tomblachut avatar Dec 15 '20 17:12 tomblachut

Migrated to WEB-61824 Svelte: fix parser issues

tomblachut avatar Jul 04 '23 17:07 tomblachut