Skip to content

Commit

Permalink
chore: add extra test for element with global class
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed May 27, 2024
1 parent b4ad059 commit a8970eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<div class="svelte-xyz">
</div>

<div class="class svelte-xyz">
foo
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

<div>
</div>

<div class="class">
foo
</div>

0 comments on commit a8970eb

Please sign in to comment.