mirror of https://github.com/sveltejs/svelte
parent
c32a91891f
commit
cf3b86aede
@ -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…
Reference in new issue