pull/12791/merge
Rich Harris 3 days ago committed by GitHub
commit deabb4c960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,6 @@
<script>
const message = `call +636-555-3226 now`;
</script>
<hr />
{message}

@ -0,0 +1,5 @@
import { test } from '../../test';
export default test({
expect_hydration_error: true
});

@ -0,0 +1 @@
<!--[--><hr> call <a href="tel:+636-555-3226">+636-555-3226</a> now<!----> <p>42</p><!--]-->

@ -0,0 +1,6 @@
<script>
import Child from './Child.svelte';
</script>
<Child />
<p>{40 + 2}</p>
Loading…
Cancel
Save