Skip to content

Commit 0fb2c93

Browse files
committed
extra: add more errors found in PUC Rio Lua
Related to #136
1 parent 6bc3b61 commit 0fb2c93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extra/errors.awk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ BEGIN { matched = 0
3434
err_pat["'for' step is zero"] = 0
3535
err_pat["attempt to assign to const variable"] = 0
3636
err_pat["got a non-closable value"] = 0
37+
err_pat["unfinished string near"] = 0
38+
err_pat["syntax error near"] = 0
3739
}
3840

3941
# String that function report_error() prints with every error message.

0 commit comments

Comments
 (0)