Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(827)

Unified Diff: pkg/intl/test/number_closure_test.dart

Issue 778293002: Make number formatting in Intl able to work with Int64 or other types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Increment version, update CHANGELOG Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/intl/test/fixnum_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/number_closure_test.dart
diff --git a/pkg/intl/test/number_closure_test.dart b/pkg/intl/test/number_closure_test.dart
index 523ca8c1279340148b5682e68f404161db5bd38c..d715d7e2114b2fe81997a3d91d3bfc9ec0073477 100644
--- a/pkg/intl/test/number_closure_test.dart
+++ b/pkg/intl/test/number_closure_test.dart
@@ -40,7 +40,7 @@ testVeryBigNumber() {
fmt = new NumberFormat.decimalPattern();
str = fmt.format(1.3456E20);
- expect(veryBigNumberCompare('134,559,999,999,999,000,000', str), isTrue);
+ expect(veryBigNumberCompare('134,560,000,000,000,000,000', str), isTrue);
fmt = new NumberFormat.percentPattern();
str = fmt.format(1.3456E20);
« no previous file with comments | « pkg/intl/test/fixnum_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698