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

Unified Diff: tests/corelib_strong/double_parse_test.dart

Issue 2747983003: Redo "Remove U+180E from whitespace in js_runtime and tests" (Closed)
Patch Set: fix Created 3 years, 9 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/corelib/string_trimlr_test.dart ('k') | tests/corelib_strong/int_parse_radix_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_strong/double_parse_test.dart
diff --git a/tests/corelib_strong/double_parse_test.dart b/tests/corelib_strong/double_parse_test.dart
index 9ea4569f429d6b89628f04d91725c82524e8b94c..77a7da554281342a759d7e481d9446777d20e24d 100644
--- a/tests/corelib_strong/double_parse_test.dart
+++ b/tests/corelib_strong/double_parse_test.dart
@@ -17,7 +17,6 @@ const whiteSpace = const [
"\x85", /// 01: ok
"\xa0",
"\u1680",
- "\u180e",
"\u2000",
"\u2001",
"\u2002",
« no previous file with comments | « tests/corelib/string_trimlr_test.dart ('k') | tests/corelib_strong/int_parse_radix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698