diff --git a/test/css/samples/attribute-selector-only-name/expected.css b/test/css/samples/attribute-selector-only-name/expected.css index 6086e249a4..2217e804d9 100644 --- a/test/css/samples/attribute-selector-only-name/expected.css +++ b/test/css/samples/attribute-selector-only-name/expected.css @@ -1 +1 @@ -[foo][svelte-xyz]{color:red} \ No newline at end of file +[foo][svelte-xyz]{color:red}[baz][svelte-xyz]{color:blue} \ No newline at end of file diff --git a/test/css/samples/attribute-selector-only-name/input.html b/test/css/samples/attribute-selector-only-name/input.html index 1a0b1d815a..bb3d98b6bc 100644 --- a/test/css/samples/attribute-selector-only-name/input.html +++ b/test/css/samples/attribute-selector-only-name/input.html @@ -1,7 +1,11 @@
+