Scripting: fix CLI REPL error reporting behavior
discrepancy after switching to the new REPL internals was discovered also on IJ plugin tests, so added a test emulating it. also some test infra refactoring
This commit is contained in:
+3
@@ -2,6 +2,9 @@
|
||||
error: expecting an element
|
||||
)(
|
||||
^
|
||||
error: expecting an expression
|
||||
)(
|
||||
^
|
||||
>>> fun foo() = 98
|
||||
>>> foo()
|
||||
98
|
||||
|
||||
Reference in New Issue
Block a user