Skip to content

Commit d18fd1b

Browse files
chore: update output
1 parent 897d429 commit d18fd1b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/migrate/samples/is-not-where-has

1 file changed

+1
-1
lines changed

packages/svelte/tests/migrate/samples/is-not-where-has/output.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ what if i'm talking about `:has()` in my blog?
3939
div :not(:global(.class:is(span:where(:focus-within)))){}
4040
div :is(:global(.class:is(span:is(:hover)))){}
4141
div :where(:global(.class:is(span:has(* > *)))){}
42-
42+
div :is(:global(.class:is(span:is(:hover)), .x)){}
4343
4444
div{
4545
p:has(:global(&)){

0 commit comments

Comments
 (0)