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

Unified Diff: test/tokenizer_test.dart

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 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 | « test/support.dart ('k') | tests/data/tokenizer/contentModelFlags.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/tokenizer_test.dart
diff --git a/tests/tokenizer_test.dart b/test/tokenizer_test.dart
similarity index 97%
rename from tests/tokenizer_test.dart
rename to test/tokenizer_test.dart
index 61b6462e3cd23d66a8cdb7b2a341634a880d4119..f0c38c5e112c2149c029fb35ef7d69d99043a3e7 100644
--- a/tests/tokenizer_test.dart
+++ b/test/tokenizer_test.dart
@@ -6,11 +6,11 @@
#import('dart:mirrors');
#import('package:unittest/unittest.dart');
#import('package:unittest/vm_config.dart');
-#import('../lib/char_encodings.dart');
-#import('../lib/constants.dart', prefix: 'constants');
-#import('../lib/token.dart');
-#import('../lib/utils.dart');
-#import('../tokenizer.dart');
+#import('package:html5lib/src/char_encodings.dart');
+#import('package:html5lib/src/constants.dart', prefix: 'constants');
+#import('package:html5lib/src/token.dart');
+#import('package:html5lib/src/utils.dart');
+#import('package:html5lib/tokenizer.dart');
#import('support.dart');
/**
« no previous file with comments | « test/support.dart ('k') | tests/data/tokenizer/contentModelFlags.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698