Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/endbasic/endbasic
/ test_goto_forward_does_not_check_stop
Function
test_goto_forward_does_not_check_stop
std/src/exec.rs:294–296 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
292
293
#[test]
294
fn test_goto_forward_does_not_check_stop() {
295
do_no_check_stop_test(
"GOTO @after: a = 1: @after"
);
296
}
297
298
#[test]
299
fn test_if_taken_does_not_check_stop() {
Callers
nothing calls this directly
Calls
1
do_no_check_stop_test
Function · 0.85
Tested by
no test coverage detected