Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_cls_ok
Function
test_cls_ok
std/src/console/cmds.rs:707–709 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
705
706
#[test]
707
fn test_cls_ok() {
708
Tester::default().run(
"CLS"
).expect_output([CapturedOut::Clear(ClearType::All)]).check();
709
}
710
711
#[test]
712
fn test_cls_errors() {
Callers
nothing calls this directly
Calls
3
check
Method · 0.45
expect_output
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected