Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assert-rs/assert_cmd
/ into_output_from_str
Function
into_output_from_str
src/assert.rs:1212–1215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1210
1211
#[test]
1212
fn into_output_from_str() {
1213
let pred = convert_output(
"Hello"
);
1214
assert!(pred.eval(b
"Hello"
as &[u8]));
1215
}
1216
}
Callers
nothing calls this directly
Calls
1
convert_output
Function · 0.85
Tested by
no test coverage detected