From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 13:54:03 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74dfcf7381057671e794fc94651e143f6b863b2a;p=thirdparty%2Fvuejs%2Fcore.git [autofix.ci] apply automated fixes --- diff --git a/packages/compiler-sfc/__tests__/compileStyle.spec.ts b/packages/compiler-sfc/__tests__/compileStyle.spec.ts index 40e158f0c7..dcefa7332b 100644 --- a/packages/compiler-sfc/__tests__/compileStyle.spec.ts +++ b/packages/compiler-sfc/__tests__/compileStyle.spec.ts @@ -247,7 +247,7 @@ color: red .div[data-v-test]:is(.foo:hover) { color: blue; }" `) - + expect(compileScoped(`#app :is(.foo) { color: red; }`)) .toMatchInlineSnapshot(` "#app :is(.foo[data-v-test]) { color: red;