EmbeddedScript forking
This commit is contained in:
@@ -8,6 +8,7 @@ import kiss.Prelude;
|
||||
class DSLTestCase extends Test {
|
||||
function testScript() {
|
||||
new DSLScript().run();
|
||||
new DSLScript().fork([() -> Assert.equals(5, 5), () -> Assert.equals(7, 7)]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user