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

Unified Diff: tests/lib/math/math_parse_double_test.dart

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 months 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 | « tests/lib/async/zone_bind_callback_unary_test.dart ('k') | tests/lib_strong/async/stream_state_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/math/math_parse_double_test.dart
diff --git a/tests/lib/math/math_parse_double_test.dart b/tests/lib/math/math_parse_double_test.dart
index 0c00a7ac19a169745b9a2f84fb9974321ec72d5d..481e0cc110b05223e36d12d5943814f7addbb649 100644
--- a/tests/lib/math/math_parse_double_test.dart
+++ b/tests/lib/math/math_parse_double_test.dart
@@ -75,8 +75,8 @@ final TESTS = [
[4295967295.0, "4295967295"], // max uint32
[4295967295.000001, "4295967295.000001"], // min not uint-32
[4295967296.0, "4295967296"], // min int not-uint32
- [1.7976931348623157e+308, "1.7976931348623157e+308"], // Max finit
- [1.7976931348623157e+308, "1.7976931348623158e+308"], // Max finit
+ [1.7976931348623157e+308, "1.7976931348623157e+308"], // Max finite
+ [1.7976931348623157e+308, "1.7976931348623158e+308"], // Max finite
[double.INFINITY, "1.7976931348623159e+308"], // Infinity
[.049999999999999994, ".049999999999999994"], // not 0.5
[.05, ".04999999999999999935"],
« no previous file with comments | « tests/lib/async/zone_bind_callback_unary_test.dart ('k') | tests/lib_strong/async/stream_state_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698