mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Update currency digits data
This commit is contained in:
parent
b6e9f9425f
commit
c9ef958d01
@ -10,7 +10,7 @@ description: >
|
|||||||
author: Norbert Lindenberg
|
author: Norbert Lindenberg
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
// data from http://www.currency-iso.org/dam/downloads/table_a1.xml, 2015-03-23
|
// data from https://www.currency-iso.org/dam/downloads/lists/list_one.xml, 2017-09-22
|
||||||
var currencyDigits = {
|
var currencyDigits = {
|
||||||
AED: 2,
|
AED: 2,
|
||||||
AFN: 2,
|
AFN: 2,
|
||||||
@ -36,6 +36,7 @@ var currencyDigits = {
|
|||||||
BSD: 2,
|
BSD: 2,
|
||||||
BTN: 2,
|
BTN: 2,
|
||||||
BWP: 2,
|
BWP: 2,
|
||||||
|
BYN: 2,
|
||||||
BZD: 2,
|
BZD: 2,
|
||||||
CAD: 2,
|
CAD: 2,
|
||||||
CDF: 2,
|
CDF: 2,
|
||||||
@ -175,7 +176,7 @@ var currencyDigits = {
|
|||||||
YER: 2,
|
YER: 2,
|
||||||
ZAR: 2,
|
ZAR: 2,
|
||||||
ZMW: 2,
|
ZMW: 2,
|
||||||
ZWL: 2
|
ZWL: 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.getOwnPropertyNames(currencyDigits).forEach(function (currency) {
|
Object.getOwnPropertyNames(currencyDigits).forEach(function (currency) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user