Searched refs:ExtendedInput (Results 1 – 1 of 1) sorted by relevance
144 std::string ExtendedInput = Input.str(); in checkWildcardRegexMatch() local148 ExtendedInput.append(ExtensionSize, Input[PrefixSize]); in checkWildcardRegexMatch()150 ASSERT_TRUE(WildcardRegex.match(ExtendedInput, &Matches)) in checkWildcardRegexMatch()151 << "Wildcard regex does not match " << ExtendedInput; in checkWildcardRegexMatch()152 EXPECT_EQ(Matches[0], ExtendedInput); in checkWildcardRegexMatch()