MCPcopy Create free account
hub / github.com/davidblewett/rure-python / regression_464

Function regression_464

regex/regex-syntax/src/error.rs:292–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 // See: https://github.com/rust-lang/regex/issues/464
291 #[test]
292 fn regression_464() {
293 let err = Parser::new().parse("a{\n").unwrap_err();
294 // This test checks that the error formatter doesn't panic.
295 assert!(!err.to_string().is_empty());
296 }
297}

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected