Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 3, 2017
1 parent 1290759 commit 0c33eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/css/samples/cascade-false-global/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: red;
}

:global(div).foo {
:global(div.foo) {
color: blue;
}

Expand Down
4 changes: 2 additions & 2 deletions test/css/samples/unused-selector/expected.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

.foo[svelte-698347462] {
.foo[svelte-xyz] {
color: red;
}

.bar[svelte-698347462] {
.bar[svelte-xyz] {
color: blue;
}
2 changes: 1 addition & 1 deletion test/css/samples/unused-selector/expected.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div svelte-698347462="" class="foo"></div>
<div svelte-xyz="" class="foo"></div>

0 comments on commit 0c33eb4

Please sign in to comment.