working on REPL: implemented previous lines importing
This commit is contained in:
@@ -76,4 +76,15 @@ public class ReplInterpreterTest {
|
||||
testFile("simple.repl");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void function() {
|
||||
testFile("function.repl");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void functionReferencesPrev() {
|
||||
testFile("functionReferencesPrev.repl");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user