mirror of https://github.com/sveltejs/svelte
Merge pull request #1155 from sveltejs/ssr-escape-attribute-values
escape attribute values in SSRpull/1159/head
commit
0ef8229077
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: `<span title='"foo"'>foo</span>`
|
||||
};
|
@ -0,0 +1 @@
|
||||
<span title='{{"\"foo\""}}'>foo</span>
|
Loading…
Reference in new issue