Skip to content

Commit d42e8c7

Browse files
author
jbblanchet
committed
Updated test/locale for suffix bug
1 parent fee2a08 commit d42e8c7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/locale/locale-test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ suite.addBatch({
2121
"formats currencies": function(format) {
2222
var f = format("$,.2f");
2323
assert.equal(f(12345.67), "12 345,67 руб.");
24+
},
25+
"formats currencies": function(format) {
26+
var f = format("$,.4s");
27+
assert.equal(f(12345.67), "12,35k руб.");
2428
}
29+
2530
},
2631

2732
"timeFormat": {

0 commit comments

Comments
 (0)