-
Notifications
You must be signed in to change notification settings - Fork 42
vm_display_runtime_error and vm_display_syntax_error report: length differs #337
Comments
vm_display_syntax_error, vm_dont_display_runtime_error, and vm_dont_display_syntax_error also have this issue.
|
The tests no longer crash, but they still fail, apparently because the error reports (with stack) don't match the regex patterns that the tests are using to see if the output is what they expect:
|
It also throws
Error: boo!
, but that's intentional. The problem with the test script is not that it throws that error, it's that it crashes after doing so instead of exiting normally.The text was updated successfully, but these errors were encountered: