for and doFor in KissInterp2, roughly
Some checks failed
CI / test (push) Failing after 1m4s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 2m42s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 2m31s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m49s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 2m30s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 3m6s

This commit is contained in:
2025-11-12 15:58:23 -06:00
parent 3c343b4df6
commit 050a5fbf66
3 changed files with 38 additions and 6 deletions

View File

@@ -43,5 +43,8 @@ class KissInterp2TestCase extends Test {
function testWhile() {
_testWhile();
}
function testFor() {
_testFor();
}
}