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

Unified Diff: tests/corelib/string_trim2_test.dart

Issue 15740005: Implement string.trim for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 7 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 0f0ccab9b81c9029c95a2c9785210d14dee90f7e..e511e780ebef9978716198651382b365613d3e6e 100644
--- a/tests/corelib/string_trim2_test.dart
+++ b/tests/corelib/string_trim2_test.dart
@@ -4,7 +4,6 @@
import "package:expect/expect.dart";
-// TODO(floitsch): Test 0x85 when dart2js supports it.
const WHITESPACE = const [
9,
10,
@@ -12,6 +11,7 @@ const WHITESPACE = const [
12,
13,
0x20,
+ 0x85,
0xA0,
0x1680,
0x180E,

Powered by Google App Engine
This is Rietveld 408576698