diff --git a/test/css/samples/general-siblings-combinator-slots-between/expected.css b/test/css/samples/general-siblings-combinator-slots-between/expected.css new file mode 100644 index 0000000000..f365e3dc24 --- /dev/null +++ b/test/css/samples/general-siblings-combinator-slots-between/expected.css @@ -0,0 +1 @@ +h1.svelte-xyz~p.svelte-xyz{color:red} \ 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 new file mode 100644 index 0000000000..e8a7396685 --- /dev/null +++ b/test/css/samples/general-siblings-combinator-slots-between/input.svelte @@ -0,0 +1,14 @@ +

Heading 1

+ + Span 1 + + + Span 2 + +

Paragraph 2

+ + diff --git a/test/css/samples/siblings-combinator-slots-between/expected.css b/test/css/samples/siblings-combinator-slots-between/expected.css new file mode 100644 index 0000000000..d523f1d533 --- /dev/null +++ b/test/css/samples/siblings-combinator-slots-between/expected.css @@ -0,0 +1 @@ +h1.svelte-xyz+span.svelte-xyz{color:red} \ No newline at end of file diff --git a/test/css/samples/siblings-combinator-slots-between/input.svelte b/test/css/samples/siblings-combinator-slots-between/input.svelte new file mode 100644 index 0000000000..36219534fe --- /dev/null +++ b/test/css/samples/siblings-combinator-slots-between/input.svelte @@ -0,0 +1,11 @@ +

test

+ + + +Hello + +