MCPcopy 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_okFunction · 0.85

Tested by

no test coverage detected