Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_edit_errors
Function
test_edit_errors
std/src/program.rs:692–694 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
690
691
#[test]
692
fn test_edit_errors() {
693
check_stmt_compilation_err(
"1:1: EDIT expected no arguments"
,
"EDIT 1"
);
694
}
695
696
#[test]
697
fn test_list_ok() {
Callers
nothing calls this directly
Calls
1
check_stmt_compilation_err
Function · 0.85
Tested by
no test coverage detected