()
| 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() { |
nothing calls this directly
no test coverage detected