mirror of https://github.com/sveltejs/svelte
Add failing test for issue #4240
parent
3d9655a2a1
commit
6deb57a31c
@ -0,0 +1,3 @@
|
||||
<input value="
|
||||
bar
|
||||
" />
|
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
let props = {
|
||||
value: '\n\tbar\n',
|
||||
};
|
||||
</script>
|
||||
|
||||
<input {...props} />
|
Loading…
Reference in new issue