From 42975dee4b8f3f8a95a5d3836d4f96b77aad5b1f Mon Sep 17 00:00:00 2001 From: sid Date: Mon, 30 May 2022 21:55:29 +0530 Subject: [PATCH] fix: css syntax error --- test/parser/samples/error-css/error.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parser/samples/error-css/error.json b/test/parser/samples/error-css/error.json index 90f7a091d2..78bea3030c 100644 --- a/test/parser/samples/error-css/error.json +++ b/test/parser/samples/error-css/error.json @@ -1,6 +1,6 @@ { "code": "css-syntax-error", - "message": "LeftCurlyBracket is expected", + "message": "\"{\" is expected", "start": { "line": 2, "column": 16,