You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/fixtures/parser/style-context/parse-error-output.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"sourceLang": "css",
4
4
"error": {
5
5
"name": "CssSyntaxError",
6
-
"reason": "Unknown word",
6
+
"reason": "Unknown word .div-class/35",
7
7
"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",
0 commit comments