Skip to content

Commit 3e95c65

Browse files
committed
update test
1 parent c7c88ad commit 3e95c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/parser/style-context/parse-error-output.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sourceLang": "css",
44
"error": {
55
"name": "CssSyntaxError",
6-
"reason": "Unknown word",
6+
"reason": "Unknown word .div-class/35",
77
"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",
88
"line": 4,
99
"column": 11,

0 commit comments

Comments
 (0)