MCPcopy Create free account
hub / github.com/endbasic/endbasic / test_if_not_taken_does_not_check_stop

Function test_if_not_taken_does_not_check_stop

std/src/exec.rs:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302
303 #[test]
304 fn test_if_not_taken_does_not_check_stop() {
305 do_no_check_stop_test("a = 3: IF a = 5 THEN b = 0 ELSE b = 1: a = 7");
306 }
307
308 #[test]
309 fn test_goto_checks_stop() {

Callers

nothing calls this directly

Calls 1

do_no_check_stop_testFunction · 0.85

Tested by

no test coverage detected