@@ -29,8 +29,8 @@ class CurrencyFormatterTests: XCTestCase {
29
29
( " Australia Currency " , " 1000000 " , " AUD " , " 1,000,000.00 " ) ,
30
30
( " Bangladesh Currency " , " 1000000 " , " BDT " , " 10,00,000.00 " ) ,
31
31
( " Brazil Currency " , " 1000000 " , " BRL " , " 1.000.000,00 " ) ,
32
- ( " Bulgaria Currency " , " 1000000 " , " BGN " , " 1000000 ,00" ) ,
33
- ( " Cambodia Currency " , " 1000000 " , " KHR " , " 1. 000.000, 00 " ) ,
32
+ ( " Bulgaria Currency " , " 1000000 " , " BGN " , " 1 000 000 ,00" ) ,
33
+ ( " Cambodia Currency " , " 1000000 " , " KHR " , " 1, 000,000. 00 " ) ,
34
34
( " Canada Currency " , " 1000000 " , " CAD " , " 1,000,000.00 " ) ,
35
35
( " Chile Currency " , " 1000000 " , " CLP " , " 1.000.000 " ) ,
36
36
( " China Currency " , " 1000000 " , " CNY " , " 1,000,000.00 " ) ,
@@ -68,7 +68,7 @@ class CurrencyFormatterTests: XCTestCase {
68
68
( " Russia Currency " , " 1000000 " , " RUB " , " 1 000 000,00 " ) ,
69
69
( " Serbia Currency " , " 1000000 " , " RSD " , " 1.000.000,00 " ) ,
70
70
( " Singapore Currency " , " 1000000 " , " SGD " , " 1,000,000.00 " ) ,
71
- ( " South Africa Currency " , " 1000000 " , " ZAR " , " 1 000 000, 00 " ) ,
71
+ ( " South Africa Currency " , " 1000000 " , " ZAR " , " 1, 000,000. 00 " ) ,
72
72
( " South Korea Currency " , " 1000000 " , " KRW " , " 1,000,000 " ) ,
73
73
( " Sri Lanka Currency " , " 1000000 " , " LKR " , " 10,00,000.00 " ) ,
74
74
( " Sweden Currency " , " 1000000 " , " SEK " , " 1 000 000,00 " ) ,
@@ -99,8 +99,8 @@ class CurrencyFormatterTests: XCTestCase {
99
99
( " Australia Currency " , " 1000000 " , " AUD " , " 1,000,000.00 " ) ,
100
100
( " Bangladesh Currency " , " 1000000 " , " BDT " , " 10,00,000.00 " ) ,
101
101
( " Brazil Currency " , " 1000000 " , " BRL " , " 1.000.000,00 " ) ,
102
- ( " Bulgaria Currency " , " 1000000 " , " BGN " , " 1000000 ,00" ) ,
103
- ( " Cambodia Currency " , " 1000000 " , " KHR " , " 1. 000.000, 00 " ) ,
102
+ ( " Bulgaria Currency " , " 1000000 " , " BGN " , " 1 000 000 ,00" ) ,
103
+ ( " Cambodia Currency " , " 1000000 " , " KHR " , " 1, 000,000. 00 " ) ,
104
104
( " Canada Currency " , " 1000000 " , " CAD " , " 1,000,000.00 " ) ,
105
105
( " Chile Currency " , " 1000000 " , " CLP " , " 1.000.000 " ) ,
106
106
( " China Currency " , " 1000000 " , " CNY " , " 1,000,000.00 " ) ,
@@ -138,7 +138,7 @@ class CurrencyFormatterTests: XCTestCase {
138
138
( " Russia Currency " , " 1000000 " , " RUB " , " 1 000 000,00 " ) ,
139
139
( " Serbia Currency " , " 1000000 " , " RSD " , " 1.000.000,00 " ) ,
140
140
( " Singapore Currency " , " 1000000 " , " SGD " , " 1,000,000.00 " ) ,
141
- ( " South Africa Currency " , " 1000000 " , " ZAR " , " 1 000 000, 00 " ) ,
141
+ ( " South Africa Currency " , " 1000000 " , " ZAR " , " 1, 000,000. 00 " ) ,
142
142
( " South Korea Currency " , " 1000000 " , " KRW " , " 1,000,000 " ) ,
143
143
( " Sri Lanka Currency " , " 1000000 " , " LKR " , " 10,00,000.00 " ) ,
144
144
( " Sweden Currency " , " 1000000 " , " SEK " , " 1 000 000,00 " ) ,
0 commit comments