Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_new_nothing
Function
test_new_nothing
std/src/program.rs:866–868 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
864
865
#[test]
866
fn test_new_nothing() {
867
Tester::default().run(
"NEW"
).expect_clear().check();
868
}
869
870
#[test]
871
fn test_new_clears_program_and_variables() {
Callers
nothing calls this directly
Calls
3
expect_clear
Method · 0.80
check
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected