test for repl evaluation exception

This commit is contained in:
Stepan Koltsov
2012-06-14 18:30:49 +04:00
parent 970c2ae1f9
commit 1c306eefd8
3 changed files with 65 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
>>> throw Exception("hi there")
stack trace
substring: Exception: hi there
>>> fun foo() = 2
null
>>> foo()