mirror of https://github.com/sveltejs/svelte
failing test for #1082
parent
0ef8229077
commit
1719a318ad
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
html: `
|
||||
<div>
|
||||
<style>div { color: red; }</style>
|
||||
<script>alert('<>');</script>
|
||||
</div>
|
||||
`
|
||||
};
|
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<style>div { color: red; }</style>
|
||||
<script>alert('<>');</script>
|
||||
</div>
|
Loading…
Reference in new issue