Start testing errors.
- Add support to test runner for compile errors. - Include line number in tokens. - Exit with non-zero on compile error.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
io.write(notDefined) // expect error
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
io.write(notDefined) // expect error
|
||||
}
|
||||
Reference in New Issue
Block a user