| 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
|
|
|