|
@@ -247,7 +247,7 @@ color: red
|
|
|
.div[data-v-test]:is(.foo:hover) { color: blue;
|
|
.div[data-v-test]:is(.foo:hover) { color: blue;
|
|
|
}"
|
|
}"
|
|
|
`)
|
|
`)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
expect(compileScoped(`#app :is(.foo) { color: red; }`))
|
|
expect(compileScoped(`#app :is(.foo) { color: red; }`))
|
|
|
.toMatchInlineSnapshot(`
|
|
.toMatchInlineSnapshot(`
|
|
|
"#app :is(.foo[data-v-test]) { color: red;
|
|
"#app :is(.foo[data-v-test]) { color: red;
|