Fix broken test runner (!).

If a test expected an error and found at least one, it would not fail
on any other expected errors that didn't occur.

Also, some tests were expecting a compile time error message even though
the test script doesn't validate those (yet).

The test function was getting monolithic, so I went ahead and split it
into a separate little class.
This commit is contained in:
Bob Nystrom
2015-07-09 08:06:33 -07:00
parent a44e07deba
commit fa8ac84a8b
6 changed files with 217 additions and 169 deletions
+1 -1
View File
@@ -1 +1 @@
var x = 2xFF // expect error: Error at 'xFF': Expect end of file.
var x = 2xFF // expect error