mirror of https://github.com/sveltejs/svelte
add reactive-value-coerce-precedence test against regression (#3564)
parent
abcfa6c493
commit
0707f1c25d
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
html: `
|
||||
<h1>true</h1>
|
||||
`
|
||||
};
|
@ -0,0 +1 @@
|
||||
<h1>{1 === 1}</h1>
|
Loading…
Reference in new issue