MCPcopy 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

Tested by

no test coverage detected