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

Function test_save_errors

std/src/program.rs:1180–1187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1178
1179 #[test]
1180 fn test_save_errors() {
1181 check_load_save_common_errors("SAVE");
1182
1183 Tester::default()
1184 .run("SAVE 2, 3")
1185 .expect_compilation_err("1:1: SAVE expected <> | <filename$>")
1186 .check();
1187 }
1188}

Callers

nothing calls this directly

Calls 4

checkMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected