Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The error message for this:
assert a = 1
could be a bit nicer instead of:
unexpected token '='
it could say that it's a comparison operator that is expected there or more generally a boolean expression.