properly handle empty lines in REPL
This commit is contained in:
@@ -92,5 +92,10 @@ public class ReplInterpreterTest {
|
||||
testFile("twoClosures.repl");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void empty() {
|
||||
testFile("empty.repl");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user