Home
last modified time | relevance | path

Searched refs:regex_new (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/regex/tests/
H A Dregression.rs4 assert!(regex_new!("(*)").is_err()); in invalid_regexes_no_crash()
5 assert!(regex_new!("(?:?)").is_err()); in invalid_regexes_no_crash()
6 assert!(regex_new!("(?)").is_err()); in invalid_regexes_no_crash()
7 assert!(regex_new!("*").is_err()); in invalid_regexes_no_crash()
20 assert!(regex_new!("(?m){1,1}").is_err()); in regression_invalid_repetition_expr()
26 assert!(regex_new!("(((?x)))").is_ok()); in regression_invalid_flags_expression()
H A Dregression_fuzz.rs18 assert!(regex_new!(r"\P{any}").is_err()); in empty_any_errors_no_panic()
30 assert!(regex_new!(pat).is_err()); in big_regex_fails_to_compile()
H A Dtest_default_bytes.rs1 macro_rules! regex_new { macros
17 regex_new!($re).unwrap()
H A Dtest_nfa_utf8bytes.rs3 macro_rules! regex_new { macros
12 regex_new!($re).unwrap()
H A Dtest_nfa.rs3 macro_rules! regex_new { macros
12 regex_new!($re).unwrap()
H A Dtest_nfa_bytes.rs1 macro_rules! regex_new { macros
14 regex_new!($re).unwrap()
H A Dtest_backtrack_utf8bytes.rs3 macro_rules! regex_new { macros
16 regex_new!($re).unwrap()
H A Dtest_backtrack.rs3 macro_rules! regex_new { macros
15 regex_new!($re).unwrap()
H A Dtest_backtrack_bytes.rs1 macro_rules! regex_new { macros
14 regex_new!($re).unwrap()
H A Dtest_default.rs12 macro_rules! regex_new { macros
21 regex_new!($re).unwrap()
H A Dnoparse.rs6 match regex_new!(re) {

Completed in 3 milliseconds