diff --git a/site/content/examples/immutable/App.html b/site/content/examples/immutable/App.html
index db7795f43f..b5d78a165a 100644
--- a/site/content/examples/immutable/App.html
+++ b/site/content/examples/immutable/App.html
@@ -1,4 +1,4 @@
-
+
-
{foo}
\ No newline at end of file
+{foo}
diff --git a/test/custom-elements/samples/escaped-css/main.html b/test/custom-elements/samples/escaped-css/main.html
index 0a28900d85..c465165483 100644
--- a/test/custom-elements/samples/escaped-css/main.html
+++ b/test/custom-elements/samples/escaped-css/main.html
@@ -1,4 +1,4 @@
-
+
@@ -6,4 +6,4 @@
.icon::before {
content: '\ff'
}
-
\ No newline at end of file
+
diff --git a/test/custom-elements/samples/html-slots/main.html b/test/custom-elements/samples/html-slots/main.html
index fbc70b0aeb..91f1fb800e 100644
--- a/test/custom-elements/samples/html-slots/main.html
+++ b/test/custom-elements/samples/html-slots/main.html
@@ -1,4 +1,4 @@
-
+
@@ -8,4 +8,4 @@
foo fallback content
-
\ No newline at end of file
+
diff --git a/test/custom-elements/samples/html/main.html b/test/custom-elements/samples/html/main.html
index 4765b5a151..0931535a18 100644
--- a/test/custom-elements/samples/html/main.html
+++ b/test/custom-elements/samples/html/main.html
@@ -1,7 +1,7 @@
-
+
-Hello {name}!
\ No newline at end of file
+Hello {name}!
diff --git a/test/custom-elements/samples/nested.skip/Counter.html b/test/custom-elements/samples/nested.skip/Counter.html
index d365ce7644..87cde48466 100644
--- a/test/custom-elements/samples/nested.skip/Counter.html
+++ b/test/custom-elements/samples/nested.skip/Counter.html
@@ -1,7 +1,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/test/custom-elements/samples/nested.skip/main.html b/test/custom-elements/samples/nested.skip/main.html
index 3e80f6015e..90459c83eb 100644
--- a/test/custom-elements/samples/nested.skip/main.html
+++ b/test/custom-elements/samples/nested.skip/main.html
@@ -1,4 +1,4 @@
-
+
-clicked {count} times
\ No newline at end of file
+clicked {count} times
diff --git a/test/custom-elements/samples/new-styled/main.html b/test/custom-elements/samples/new-styled/main.html
index be1b397fa5..e69c6e05b1 100644
--- a/test/custom-elements/samples/new-styled/main.html
+++ b/test/custom-elements/samples/new-styled/main.html
@@ -1,4 +1,4 @@
-
+
styled
@@ -6,4 +6,4 @@
p {
color: red;
}
-
\ No newline at end of file
+
diff --git a/test/custom-elements/samples/new/main.html b/test/custom-elements/samples/new/main.html
index 4765b5a151..0931535a18 100644
--- a/test/custom-elements/samples/new/main.html
+++ b/test/custom-elements/samples/new/main.html
@@ -1,7 +1,7 @@
-
+
-Hello {name}!
\ No newline at end of file
+Hello {name}!
diff --git a/test/custom-elements/samples/no-missing-prop-warnings/main.html b/test/custom-elements/samples/no-missing-prop-warnings/main.html
index a9baee2faf..3ea205e3f3 100644
--- a/test/custom-elements/samples/no-missing-prop-warnings/main.html
+++ b/test/custom-elements/samples/no-missing-prop-warnings/main.html
@@ -1,4 +1,4 @@
-
+
foo: {foo}
-bar: {bar}
\ No newline at end of file
+bar: {bar}
diff --git a/test/custom-elements/samples/oncreate/main.html b/test/custom-elements/samples/oncreate/main.html
index 1a521ed761..ed3980a28e 100644
--- a/test/custom-elements/samples/oncreate/main.html
+++ b/test/custom-elements/samples/oncreate/main.html
@@ -1,4 +1,4 @@
-
+
-
diff --git a/test/custom-elements/samples/props/main.html b/test/custom-elements/samples/props/main.html
index bee06784e4..b36c7f3e3d 100644
--- a/test/custom-elements/samples/props/main.html
+++ b/test/custom-elements/samples/props/main.html
@@ -1,4 +1,4 @@
-
+
-
\ No newline at end of file
+
diff --git a/test/custom-elements/samples/props/my-widget.html b/test/custom-elements/samples/props/my-widget.html
index 6aabe5a73b..cf512e0ff8 100644
--- a/test/custom-elements/samples/props/my-widget.html
+++ b/test/custom-elements/samples/props/my-widget.html
@@ -1,8 +1,8 @@
-
+
{items.length} items
-{items.join(', ')}
\ No newline at end of file
+{items.join(', ')}
diff --git a/test/js/samples/component-static-immutable/input.html b/test/js/samples/component-static-immutable/input.html
index d3c9d8066a..370c68e907 100644
--- a/test/js/samples/component-static-immutable/input.html
+++ b/test/js/samples/component-static-immutable/input.html
@@ -1,7 +1,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/test/js/samples/css-shadow-dom-keyframes/input.html b/test/js/samples/css-shadow-dom-keyframes/input.html
index cc1274d7f9..bf0aebaa9a 100644
--- a/test/js/samples/css-shadow-dom-keyframes/input.html
+++ b/test/js/samples/css-shadow-dom-keyframes/input.html
@@ -1,4 +1,4 @@
-
+
fades in
@@ -11,4 +11,4 @@
0% { opacity: 0; }
100% { opacity: 1; }
}
-
\ No newline at end of file
+
diff --git a/test/parser/samples/error-svelte-selfdestructive/error.json b/test/parser/samples/error-svelte-selfdestructive/error.json
index bdef619538..2443bb9822 100644
--- a/test/parser/samples/error-svelte-selfdestructive/error.json
+++ b/test/parser/samples/error-svelte-selfdestructive/error.json
@@ -1,6 +1,6 @@
{
"code": "invalid-tag-name",
- "message": "Valid tag names are svelte:head, svelte:meta, svelte:window, svelte:body, svelte:self or svelte:component",
+ "message": "Valid tag names are svelte:head, svelte:options, svelte:window, svelte:body, svelte:self or svelte:component",
"pos": 10,
"start": {
"character": 10,
diff --git a/test/runtime/samples/immutable-svelte-meta-false/main.html b/test/runtime/samples/immutable-svelte-meta-false/main.html
index 4649dac766..861260404b 100644
--- a/test/runtime/samples/immutable-svelte-meta-false/main.html
+++ b/test/runtime/samples/immutable-svelte-meta-false/main.html
@@ -1,4 +1,4 @@
-
+