Refactor REPL tests: use empty line instead of "null"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
>>> throw Exception("hi there")
|
||||
substring: Exception: hi there
|
||||
>>> fun foo() = 2
|
||||
null
|
||||
>>> foo()
|
||||
2
|
||||
|
||||
Reference in New Issue
Block a user