mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* update tests
This commit is contained in:
parent
2ce61402bb
commit
b68f06ca83
4 changed files with 22 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue