From 97d8125030020afdbcef39b8ecd038b94ef0d2fb Mon Sep 17 00:00:00 2001 From: Johnny Hauser Date: Tue, 24 Oct 2017 23:15:32 -0500 Subject: [PATCH] test attribute only selector when html is also attribute only --- test/css/samples/attribute-selector-only-name/expected.css | 2 +- test/css/samples/attribute-selector-only-name/input.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@
+