Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_errmsg_before_error
Function
test_errmsg_before_error
std/src/exec.rs:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
168
#[test]
169
fn test_errmsg_before_error() {
170
check_expr_ok(
""
, r#
"ERRMSG"
#);
171
}
172
173
#[test]
174
fn test_errmsg_after_error() {
Callers
nothing calls this directly
Calls
1
check_expr_ok
Function · 0.85
Tested by
no test coverage detected