MCPcopy Create free account
hub / github.com/assert-rs/assert_cmd / into_output_from_vec

Function into_output_from_vec

src/assert.rs:1206–1209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1204
1205 #[test]
1206 fn into_output_from_vec() {
1207 let pred = convert_output(vec![b'H', b'e', b'l', b'l', b'o']);
1208 assert!(pred.eval(b"Hello" as &[u8]));
1209 }
1210
1211 #[test]
1212 fn into_output_from_str() {

Callers

nothing calls this directly

Calls 1

convert_outputFunction · 0.85

Tested by

no test coverage detected