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

Function test_parse_u32_invalid

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

Source from the content-addressed store, hash-verified

268
269 #[test]
270 fn test_parse_u32_invalid() {
271 check_parse_error(
272 p_u32,
273 "x",
274 r#"Parse error
275expected integer at character 0: "x""#,
276 );
277 }
278
279 #[test]
280 fn test_parse_u32_underscores() {

Callers

nothing calls this directly

Calls 1

check_parse_errorFunction · 0.85

Tested by

no test coverage detected