Skip to content

Commit d7f2a57

Browse files
committed
update test cases
1 parent 52a315b commit d7f2a57

File tree

48 files changed

+49
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+49
-49
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
details[open].svelte-xyz.svelte-xyz{color:red}
1+
details[open].svelte-xyz{color:red}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[foo].svelte-xyz.svelte-xyz{color:red}[baz].svelte-xyz.svelte-xyz{color:blue}
1+
[foo].svelte-xyz{color:red}[baz].svelte-xyz{color:blue}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[foo=bar].svelte-xyz.svelte-xyz{color:red}
1+
[foo=bar].svelte-xyz{color:red}

test/css/samples/basic/expected.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
div.svelte-xyz.svelte-xyz{color:red}
1+
div.svelte-xyz{color:red}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
:root{--root-test:20}div.svelte-xyz.svelte-xyz{--test:10}
1+
:root{--root-test:20}div.svelte-xyz{--test:10}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.foo\:bar.svelte-xyz.svelte-xyz{color:red}
1+
.foo\:bar.svelte-xyz{color:red}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.foo.svelte-xyz.svelte-xyz{}
1+
.foo.svelte-xyz{}

test/css/samples/global-keyframes/expected.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/css/samples/keyframes-autoprefixed/expected.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@keyframes svelte-xyz-why{from{color:red}to{color:blue}}.animated.svelte-xyz.svelte-xyz{animation:svelte-xyz-why 2s}
1+
@keyframes svelte-xyz-why{from{color:red}to{color:blue}}.animated.svelte-xyz{animation:svelte-xyz-why 2s}

0 commit comments

Comments
 (0)