Make empty string the default read macro

This commit is contained in:
2020-11-18 19:15:31 -07:00
parent 2832cc55fc
commit 93b6a5d930
2 changed files with 5 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ class BasicTestCase extends Test {
}));
}
// TODO to really test typed variable definitions, check for compilation failure on a bad example
function testTypedDefvar() {
Assert.equals(8, BasicTestCase.myInt);
}