MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_errmsg_errors

Function test_errmsg_errors

std/src/exec.rs:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181 #[test]
182 fn test_errmsg_errors() {
183 check_expr_compilation_error("1:10: ERRMSG expected no arguments", r#"ERRMSG()"#);
184 check_expr_compilation_error("1:10: ERRMSG expected no arguments", r#"ERRMSG(3)"#);
185 }
186
187 #[test]
188 fn test_break_stops_after_upcall() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected