Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c538 const char *expected_escaped = "\\^\\[a\\-z\\]\\+\\.\\*\\$"; in test_escape() local
547 } else if (strcmp(escaped, expected_escaped) != 0) { in test_escape()
551 expected_escaped, escaped); in test_escape()

Completed in 1 milliseconds