Skip to content

Commit

Permalink
Strengthen compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
EMH333 committed Jun 27, 2023
1 parent c90e6cb commit 3b96234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/versionTests/index.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
let y = "";
let inputBinding;
function change() {
Expand Down Expand Up @@ -26,4 +27,5 @@

<div class="secondStyle">
<button on:click={change}>Click this button!</button>
<h1>Hello World © 2021 {y}</h1>
</div>

0 comments on commit 3b96234

Please sign in to comment.