From 6e4d2c76bba4d4b7adc24534743c2ee3e35f2443 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Wed, 27 Mar 2019 23:01:37 -0700 Subject: [PATCH] test: update svelte snapshot Now that " +" `; exports[`/svelte.js should extract CSS from a tag (no script) 2`] = ` @@ -95,9 +93,7 @@ exports[`/svelte.js should extract CSS from a tag (single quotes) 1`] = `

Text

-" +" `; exports[`/svelte.js should extract CSS from a tag (single quotes) 2`] = ` @@ -130,9 +126,7 @@ exports[`/svelte.js should extract CSS from a tag (unquoted) 1`] = `

Text

-" +" `; exports[`/svelte.js should extract CSS from a tag (unquoted) 2`] = ` @@ -261,9 +255,7 @@ exports[`/svelte.js should handle errors: empty css file - 3`] = ` "
NOPE
STILL NOPE
-" +" `; exports[`/svelte.js should handle errors: empty css file -