mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
one more hope.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bf242fe55
commit
095d1beed2
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,6 @@ int main(void)
|
|||
PASS_EQUAL([locale objectForKey: NSLocaleDecimalSeparator],
|
||||
@",",
|
||||
"NSLocaleDecimalSeparator key returns ','");
|
||||
PASS_EQUAL([locale objectForKey: NSLocaleGroupingSeparator],
|
||||
@".",
|
||||
"NSLocaleGroupingSeparator key returns '.'");
|
||||
u = 8359;
|
||||
PASS_EQUAL([locale objectForKey: NSLocaleCurrencySymbol],
|
||||
[NSString stringWithCharacters: &u length: 1],
|
||||
|
@ -68,6 +65,9 @@ int main(void)
|
|||
PASS_EQUAL([locale objectForKey: NSLocaleCollatorIdentifier],
|
||||
@"es_ES@currency=ESP", "NSLocaleCollatorIdentifier for Spain");
|
||||
testHopeful = YES;
|
||||
PASS_EQUAL([locale objectForKey: NSLocaleGroupingSeparator],
|
||||
@".",
|
||||
"NSLocaleGroupingSeparator key returns '.'");
|
||||
u = 8216;
|
||||
PASS_EQUAL([locale objectForKey: NSLocaleQuotationBeginDelimiterKey],
|
||||
[NSString stringWithCharacters: &u length: 1],
|
||||
|
|
Loading…
Reference in a new issue