Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_list_errors
Function
test_list_errors
std/src/program.rs:722–724 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
720
721
#[test]
722
fn test_list_errors() {
723
check_stmt_compilation_err(
"1:1: LIST expected no arguments"
,
"LIST 2"
);
724
}
725
726
#[test]
727
fn test_load_ok() {
Callers
nothing calls this directly
Calls
1
check_stmt_compilation_err
Function · 0.85
Tested by
no test coverage detected