mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Many and various fixes for XML and URL stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bfd71fd438
commit
d800ea424a
11 changed files with 167 additions and 98 deletions
|
@ -23,6 +23,8 @@ int main (int argc, char **argv)
|
|||
NSData *data = [url resourceDataUsingCache: YES];
|
||||
|
||||
NSLog(@"%@", data);
|
||||
url = [NSURL fileURLWithPath: @"/tmp/z"];
|
||||
[url setResourceData: data];
|
||||
|
||||
NSLog(@"%@", _(Testing));
|
||||
NSLog(@"%@", $(@"Testing"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue