Make empty string the default read macro
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user