* update tests

This commit is contained in:
hagen 2016-05-24 00:00:00 +00:00
parent 2ce61402bb
commit b68f06ca83
4 changed files with 22 additions and 4 deletions

View file

@ -3,7 +3,7 @@
using namespace i2p::http;
int main(int argc, char *argv[]) {
int main() {
std::string in("/%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0/");
std::string out = UrlDecode(in);