working on REPL: implemented previous lines importing

This commit is contained in:
Stepan Koltsov
2012-06-08 04:19:24 +04:00
parent c580a75f20
commit 6946abbcea
17 changed files with 414 additions and 35 deletions
@@ -76,4 +76,15 @@ public class ReplInterpreterTest {
testFile("simple.repl");
}
@Test
public void function() {
testFile("function.repl");
}
@Test
public void functionReferencesPrev() {
testFile("functionReferencesPrev.repl");
}
}