mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Some additional changes to the test
This commit is contained in:
parent
2a7183cb27
commit
51e0e3f45e
3 changed files with 11 additions and 6 deletions
|
@ -5,7 +5,9 @@
|
|||
|
||||
BOOL testUrlCharacterSetEncoding(NSString* decodedString, NSString* encodedString, NSCharacterSet* allowedCharacterSet)
|
||||
{
|
||||
NSLog(@"String by adding percent");
|
||||
NSString* testString = [decodedString stringByAddingPercentEncodingWithAllowedCharacters:allowedCharacterSet];
|
||||
NSLog(@"String by adding percent, done. test=%@ decoded=%@", testString, decodedString);
|
||||
return [encodedString isEqualToString: testString];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue