Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_run_errors
Function
test_run_errors
std/src/program.rs:1134–1136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1132
1133
#[test]
1134
fn test_run_errors() {
1135
check_stmt_compilation_err(
"1:1: RUN expected no arguments"
,
"RUN 10"
);
1136
}
1137
1138
#[test]
1139
fn test_save_ok_explicit_name() {
Callers
nothing calls this directly
Calls
1
check_stmt_compilation_err
Function · 0.85
Tested by
no test coverage detected