Skip to content

Commit 5ff985e

Browse files
committed
fix
1 parent e02b45a commit 5ff985e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/svelte/tests/validator/samples/namespace-invalid/errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"code": "svelte_options_invalid_attribute_value",
4-
"message": "Valid values are \"html\", \"mathml\", \"svg\" or \"foreign\"",
4+
"message": "Value must be \"html\", \"mathml\", \"svg\" or \"foreign\", if specified",
55
"start": {
66
"line": 1,
77
"column": 16

packages/svelte/tests/validator/samples/namespace-non-literal/errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"code": "svelte_options_invalid_attribute_value",
4-
"message": "Valid values are \"html\", \"mathml\", \"svg\" or \"foreign\"",
4+
"message": "Value must be \"html\", \"mathml\", \"svg\" or \"foreign\", if specified",
55
"start": {
66
"line": 1,
77
"column": 16

0 commit comments

Comments
 (0)