From 95153ba5462dc96697b5725653a9fc1ace501b13 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Date: Fri, 31 Mar 2023 11:10:53 -0400 Subject: [PATCH] Add more combinators for general-siblings-combinator-slots-between --- .../expected.css | 2 +- .../input.svelte | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/test/css/samples/general-siblings-combinator-slots-between/expected.css b/test/css/samples/general-siblings-combinator-slots-between/expected.css index f365e3dc24..b6edba4ef7 100644 --- a/test/css/samples/general-siblings-combinator-slots-between/expected.css +++ b/test/css/samples/general-siblings-combinator-slots-between/expected.css @@ -1 +1 @@ -h1.svelte-xyz~p.svelte-xyz{color:red} \ No newline at end of file +h1.svelte-xyz~span.svelte-xyz{color:green}h1.svelte-xyz~p.svelte-xyz{color:red}span.svelte-xyz~p.svelte-xyz{color:blue} \ No newline at end of file diff --git a/test/css/samples/general-siblings-combinator-slots-between/input.svelte b/test/css/samples/general-siblings-combinator-slots-between/input.svelte index e8a7396685..8b80b4de3e 100644 --- a/test/css/samples/general-siblings-combinator-slots-between/input.svelte +++ b/test/css/samples/general-siblings-combinator-slots-between/input.svelte @@ -8,7 +8,15 @@

Paragraph 2