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

Unified Diff: pkg/utf/test/utf_test.dart

Issue 23135020: Add utf package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use similar wording as json package in README. Created 7 years, 4 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 | « pkg/utf/test/utf8_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/utf/test/utf_test.dart
diff --git a/tests/lib/utf/utf_test.dart b/pkg/utf/test/utf_test.dart
similarity index 94%
copy from tests/lib/utf/utf_test.dart
copy to pkg/utf/test/utf_test.dart
index 85a856438a0379620842013627a4019da59fd0af..c4a1e94f0ef9ee96baf3583a0bca85e85c434987 100644
--- a/tests/lib/utf/utf_test.dart
+++ b/pkg/utf/test/utf_test.dart
@@ -4,7 +4,7 @@
library utf_test;
import "package:expect/expect.dart";
-import 'dart:utf';
+import "package:utf/utf.dart";
main() {
String str = new String.fromCharCodes([0x1d537]);
« no previous file with comments | « pkg/utf/test/utf8_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698