Differences From Artifact [8d262602dc]:
- File tests/OFWideString/OFWideString.m — part of check-in [778be56179] at 2008-09-14 15:29:34 on branch trunk — Coding style. (user: js size: 1001)
To Artifact [b584f40ba9]:
- File tests/OFWideString/OFWideString.m — part of check-in [ab91040318] at 2008-09-14 17:09:54 on branch trunk — Automatically run tests. (user: js size: 1029)
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + |
* the packaging of this file.
*/
#import <stdio.h>
#import <wchar.h>
#import "OFWideString.h"
/* TODO: Do real checks */
int
main()
{
OFWideString *s1 = [OFWideString new: L"foo"];
OFWideString *s2 = [[OFWideString alloc] init: L""];
OFWideString *s3;
|
| ︙ |