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

Function test_if_taken_does_not_check_stop

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

Source from the content-addressed store, hash-verified

297
298 #[test]
299 fn test_if_taken_does_not_check_stop() {
300 do_no_check_stop_test("a = 3: IF a = 3 THEN b = 0 ELSE b = 1: a = 7");
301 }
302
303 #[test]
304 fn test_if_not_taken_does_not_check_stop() {

Callers

nothing calls this directly

Calls 1

do_no_check_stop_testFunction · 0.85

Tested by

no test coverage detected