Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 10, 2024
1 parent c32a918 commit cf3b86a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script>
const message = `call +636-555-3226 now`;
</script>

<hr />
{message}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { test } from '../../test';

export default test({
expect_hydration_error: true
});
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--[--><hr> call <a href="tel:+636-555-3226">+636-555-3226</a> now<!----> <p>42</p><!--]-->
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script>
import Child from './Child.svelte';
</script>

<Child />
<p>{40 + 2}</p>

0 comments on commit cf3b86a

Please sign in to comment.