Home
last modified time | relevance | path

Searched defs:RegexTestCollection (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex-automata/tests/
Dcollection.rs37 pub struct RegexTestCollection { struct
38 pub by_name: BTreeMap<String, RegexTest>,
79 impl RegexTestCollection { impl