Skip to content

Commit

Permalink
Updated test/locale for suffix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jbblanchet committed Feb 12, 2014
1 parent fee2a08 commit d42e8c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/locale/locale-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ suite.addBatch({
"formats currencies": function(format) {
var f = format("$,.2f");
assert.equal(f(12345.67), "12 345,67 руб.");
},
"formats currencies": function(format) {
var f = format("$,.4s");
assert.equal(f(12345.67), "12,35k руб.");
}

},

"timeFormat": {
Expand Down

0 comments on commit d42e8c7

Please sign in to comment.