MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / test_parse_u32_empty

Function test_parse_u32_empty

crates/hyperqueue/src/common/parser.rs:260–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258
259 #[test]
260 fn test_parse_u32_empty() {
261 check_parse_error(
262 p_u32,
263 "",
264 r#"Parse error
265expected integer at the end of input"#,
266 );
267 }
268
269 #[test]
270 fn test_parse_u32_invalid() {

Callers

nothing calls this directly

Calls 1

check_parse_errorFunction · 0.85

Tested by

no test coverage detected