Refactor "incomplete line" handling in REPL tests

This commit is contained in:
Alexander Udalov
2014-07-27 23:11:45 +02:00
parent 9f718005b9
commit c873806b54
3 changed files with 22 additions and 12 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
>>> fun clock() =
incomplete
>>> 12
... 12
>>> clock()
12
+3 -6
View File
@@ -1,9 +1,6 @@
>>> fun get7() =
incomplete
>>> 4 +
incomplete
>>> 2 +
incomplete
>>> 1
... 4 +
... 2 +
... 1
>>> get7()
7