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

Unified Diff: tests/corelib/string_trim2_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/num_parse_test.dart ('k') | tests/corelib/string_trimlr_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/string_trim2_test.dart
diff --git a/tests/corelib/string_trim2_test.dart b/tests/corelib/string_trim2_test.dart
index 11379dd77618014c9e72034e4216053b2fd8ee75..3a4068dbe5ee40925ee85d1eddf3c169d12e9fdc 100644
--- a/tests/corelib/string_trim2_test.dart
+++ b/tests/corelib/string_trim2_test.dart
@@ -14,7 +14,6 @@ const WHITESPACE = const [
0x85,
0xA0,
0x1680,
- 0x180E,
0x2000,
0x2001,
0x2002,
« no previous file with comments | « tests/corelib/num_parse_test.dart ('k') | tests/corelib/string_trimlr_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698