properly handle empty lines in REPL

This commit is contained in:
Stepan Koltsov
2012-06-09 23:25:41 +04:00
parent f11767319a
commit b0553ff651
6 changed files with 33 additions and 6 deletions
@@ -92,5 +92,10 @@ public class ReplInterpreterTest {
testFile("twoClosures.repl");
}
@Test
public void empty() {
testFile("empty.repl");
}
}