Fix URL escaping unti test

pull/105/head
Francis Lachapelle 2015-09-18 13:48:36 -04:00
parent 9a2f3914e2
commit fab9e938fc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
{
const char *inStrings[] = {léphant", "2š", "sogo+test", NULL };
const char **inString;
NSString *outStrings[] = { @"%C3%A9l%C3%A9phant", @"2%C5%A1", @"sogo+test" };
NSString *outStrings[] = { @"%C3%A9l%C3%A9phant", @"2%C5%A1", @"sogo%2Btest" };
NSString **outString;
NSString *result, *error;