mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
- Add support to test runner for compile errors. - Include line number in tokens. - Exit with non-zero on compile error.
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
{
|
|
io.write(notDefined) // expect error
|
|
}
|