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

Unified Diff: pkg/utf/test/utf8_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/pubspec.yaml ('k') | pkg/utf/test/utf_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/utf/test/utf8_test.dart
diff --git a/tests/lib/utf/utf8_test.dart b/pkg/utf/test/utf8_test.dart
similarity index 98%
copy from tests/lib/utf/utf8_test.dart
copy to pkg/utf/test/utf8_test.dart
index 3fdd8a84d4c2fff294e074ade1298803467c0347..af465570a925a233a133a43c3374bc6a3734c9bd 100644
--- a/tests/lib/utf/utf8_test.dart
+++ b/pkg/utf/test/utf8_test.dart
@@ -4,7 +4,7 @@
library utf8_test;
import "package:expect/expect.dart";
-import 'dart:utf';
+import "package:utf/utf.dart";
String decode(List<int> bytes) => decodeUtf8(bytes);
« no previous file with comments | « pkg/utf/pubspec.yaml ('k') | pkg/utf/test/utf_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698