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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp441 const std::string ident_regex = "^[_A-Za-z0-9]+$"; local
454 if (!atf::text::match(value, ident_regex))
456 ident_regex + "; was '" + value + "'");

Completed in 10 milliseconds