mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
test for overlong mantissa in double value
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37009 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0df0a21072
commit
b53f054489
1 changed files with 3 additions and 0 deletions
|
@ -277,6 +277,9 @@ int main()
|
|||
NSRangeException,
|
||||
"NSString comparison with range beyond end of string");
|
||||
|
||||
PASS_EQUAL([@"a\"b" description], @"a\"b",
|
||||
"the description of a string is itsself");
|
||||
|
||||
strCompare("hello", "hello", NSOrderedSame, NSOrderedSame, NSOrderedSame,
|
||||
NSOrderedSame,NSMakeRange(0,5));
|
||||
strCompare("", "",NSOrderedSame, NSOrderedSame, NSOrderedSame, NSOrderedSame,
|
||||
|
|
Loading…
Reference in a new issue