From 414004eed3d5e58485c6c52abafc435f07e4c137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A7Domenik=20Reitzner?= Date: Wed, 29 Apr 2020 01:16:00 +0200 Subject: [PATCH] final update tests --- .../custom-prefix-has-only-disallowed-characters/expected.css | 2 +- test/css/samples/custom-prefix-no-string/expected.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/css/samples/custom-prefix-has-only-disallowed-characters/expected.css b/test/css/samples/custom-prefix-has-only-disallowed-characters/expected.css index 7d3ce1908f..5e31d0bc6b 100644 --- a/test/css/samples/custom-prefix-has-only-disallowed-characters/expected.css +++ b/test/css/samples/custom-prefix-has-only-disallowed-characters/expected.css @@ -1 +1 @@ -div.svelte-1tjtw78{color:blue} \ No newline at end of file +div.svelte-xyz{color:blue} \ No newline at end of file diff --git a/test/css/samples/custom-prefix-no-string/expected.css b/test/css/samples/custom-prefix-no-string/expected.css index 7d3ce1908f..5e31d0bc6b 100644 --- a/test/css/samples/custom-prefix-no-string/expected.css +++ b/test/css/samples/custom-prefix-no-string/expected.css @@ -1 +1 @@ -div.svelte-1tjtw78{color:blue} \ No newline at end of file +div.svelte-xyz{color:blue} \ No newline at end of file