Refactor "incomplete line" handling in REPL tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
>>> fun clock() =
|
||||
incomplete
|
||||
>>> 12
|
||||
... 12
|
||||
>>> clock()
|
||||
12
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
>>> fun get7() =
|
||||
incomplete
|
||||
>>> 4 +
|
||||
incomplete
|
||||
>>> 2 +
|
||||
incomplete
|
||||
>>> 1
|
||||
... 4 +
|
||||
... 2 +
|
||||
... 1
|
||||
>>> get7()
|
||||
7
|
||||
|
||||
Reference in New Issue
Block a user