-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Running a test by name only works if the named test is an outermost test. If a test is named which is a sub-test, logic must be implemented to run all direct parents of that test and then the test itself
[test]
case foo() {
case bar() {
case baz() {
PRINT "hello";
}
}
}
Running chimerascript.exe -n baz should run foo, then bar, then baz.
Metadata
Metadata
Assignees
Labels
No labels