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

Unified Diff: test/parser_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/parser_feature_test.dart ('k') | test/run.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parser_test.dart
diff --git a/tests/parser_test.dart b/test/parser_test.dart
similarity index 93%
rename from tests/parser_test.dart
rename to test/parser_test.dart
index 5d1bb9f475bda787a493c40f1dcc631a21d15acd..3dc18e956b59fce08ced045020d9b63181f6541c 100644
--- a/tests/parser_test.dart
+++ b/test/parser_test.dart
@@ -3,11 +3,11 @@
#import('dart:io');
#import('package:unittest/unittest.dart');
#import('package:unittest/vm_config.dart');
-#import('../lib/constants.dart');
-#import('../lib/utils.dart');
-#import('../treebuilders/simpletree.dart');
-#import('../html5parser.dart');
-#import('../tokenizer.dart');
+#import('package:html5lib/src/constants.dart');
+#import('package:html5lib/src/utils.dart');
+#import('package:html5lib/dom.dart');
+#import('package:html5lib/html5parser.dart');
+#import('package:html5lib/tokenizer.dart');
#import('support.dart');
// Run the parse error checks
« no previous file with comments | « test/parser_feature_test.dart ('k') | test/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698