We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc3b61 commit 0fb2c93Copy full SHA for 0fb2c93
extra/errors.awk
@@ -34,6 +34,8 @@ BEGIN { matched = 0
34
err_pat["'for' step is zero"] = 0
35
err_pat["attempt to assign to const variable"] = 0
36
err_pat["got a non-closable value"] = 0
37
+ err_pat["unfinished string near"] = 0
38
+ err_pat["syntax error near"] = 0
39
}
40
41
# String that function report_error() prints with every error message.
0 commit comments