Home
last modified time | relevance | path

Searched refs:shortmat (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex/tests/
Dshortest_match.rs1 macro_rules! shortmat { macro
12 shortmat!(t01, r"a+", r"aa", Some(1));
14 shortmat!(t02, r".*(?:abcd)+", r"abcdabcd", Some(4));