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

Unified Diff: tests/corelib/string_trim2_test.dart

Issue 2733353002: Remove U+180E from whitespace in js_runtime and tests (Closed)
Patch Set: also corelib_strong 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
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,

Powered by Google App Engine
This is Rietveld 408576698