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

Unified Diff: tests/corelib_strong/num_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_strong/int_parse_radix_test.dart ('k') | tests/corelib_strong/string_trim2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_strong/num_parse_test.dart
diff --git a/tests/corelib_strong/num_parse_test.dart b/tests/corelib_strong/num_parse_test.dart
index c0b80e4ae7e34db77c07466d3bf807aca6113284..418277847e01ee8ce6e2532a64e22cce06721c5f 100644
--- a/tests/corelib_strong/num_parse_test.dart
+++ b/tests/corelib_strong/num_parse_test.dart
@@ -14,7 +14,6 @@ const whiteSpace = const [
"\x85",
"\xa0",
"\u1680",
- "\u180e",
"\u2000",
"\u2001",
"\u2002",
« no previous file with comments | « tests/corelib_strong/int_parse_radix_test.dart ('k') | tests/corelib_strong/string_trim2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698