Searched refs:expect_string (Results 1 – 3 of 3) sorted by relevance
60 def run_bootm(sha_algo, test_type, expect_string, boots): argument80 assert(expect_string in ''.join(output))
130 "author" => info.author = Some(expect_string(it)), in parse()131 "description" => info.description = Some(expect_string(it)), in parse()
49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() function