You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran 1 test.
0 tests passed.
Check failures:
check-expect encountered the following error instead of the expected value, 2.
:: at line 2, column 14 x: this variable is not defined
at line 2, column 0 caused by expression at line 2, column 14
It says check-expect instead of check-within. I'm not sure whether it's just me or the same for everyone.
As a relevant issue, it would improve the error message of check-error if syntax errors are reported as "syntax errors" rather than just "encountered the following error".
The text was updated successfully, but these errors were encountered:
Output:
It says
check-expect
instead ofcheck-within
. I'm not sure whether it's just me or the same for everyone.As a relevant issue, it would improve the error message of
check-error
if syntax errors are reported as "syntax errors" rather than just "encountered the following error".The text was updated successfully, but these errors were encountered: