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
@@ -82,4 +82,8 @@ public class ScriptGenTest extends CodegenTestCase {
blackBoxFile("script/parameterClosure.ktscript");
}
public void testEmpty() {
blackBoxFile("script/empty.ktscript");
}
}