From 3e95c653422518d77156b20d9658fbea82f4fead Mon Sep 17 00:00:00 2001 From: baseballyama Date: Sun, 23 Feb 2025 15:20:20 +0900 Subject: [PATCH] update test --- tests/fixtures/parser/style-context/parse-error-output.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/parser/style-context/parse-error-output.json b/tests/fixtures/parser/style-context/parse-error-output.json index 694cc9e0..61363e8b 100644 --- a/tests/fixtures/parser/style-context/parse-error-output.json +++ b/tests/fixtures/parser/style-context/parse-error-output.json @@ -3,7 +3,7 @@ "sourceLang": "css", "error": { "name": "CssSyntaxError", - "reason": "Unknown word", + "reason": "Unknown word .div-class/35", "source": "\n // This syntax is intentionally invalid CSS - this is to be used to test resiliency against invalid input\n .container {\n class .div-class/35\n # Weird comment\n color: red;\n\n .span-class begin\n font-weight: bold;\n end\n }\n", "line": 4, "column": 11,