This change is a reference point for automated CONTRIBUTORS updates.
Andrew Doran <ad@interlude.eu.org>
Andrew Evdokimov <ae@elahi.ru>
Andrew Hoying <andrew_hoying@blm.gov>
+ Andrew Novikov <as.asaw@gmail.com>
Andrew Tridgell
Andrey <rybakovandrey85@gmail.com>
Andrey Shorin <tolsty@tushino.com>
(void)ParseUrl(url);
} catch (...) {
std::cerr << "\nFAIL: " << url <<
- Debug::Extra << "error: " << CurrentException << "\n";
+ Debug::Extra << "error: " << CurrentException << "\n";
CPPUNIT_FAIL("rejected a valid URL");
}
}
try {
(void)ParseUrl(url);
std::cerr << "\nFAIL: " << url <<
- Debug::Extra << "error: should be rejected due to '" << problem << "'\n";
+ Debug::Extra << "error: should be rejected due to '" << problem << "'\n";
} catch (const TextException &) {
return; // success -- the parser signaled bad input
}