| Index: pkg/third_party/html5lib/test/tokenizer_test.dart
|
| diff --git a/pkg/third_party/html5lib/test/tokenizer_test.dart b/pkg/third_party/html5lib/test/tokenizer_test.dart
|
| index fc98012ef4f4e45c1e199c5c4c3d0b43d08e7c48..8157e003da5a127f52e4e8743b7f3d4014d55b8a 100644
|
| --- a/pkg/third_party/html5lib/test/tokenizer_test.dart
|
| +++ b/pkg/third_party/html5lib/test/tokenizer_test.dart
|
| @@ -5,7 +5,6 @@ import 'dart:async';
|
| import 'dart:io';
|
| import 'dart:json' as json;
|
| import 'dart:mirrors';
|
| -import 'dart:utf';
|
| import 'package:path/path.dart' as pathos;
|
| import 'package:unittest/unittest.dart';
|
| import 'package:html5lib/src/char_encodings.dart';
|
| @@ -13,6 +12,7 @@ import 'package:html5lib/src/constants.dart' as constants;
|
| import 'package:html5lib/src/token.dart';
|
| import 'package:html5lib/src/tokenizer.dart';
|
| import 'package:html5lib/src/utils.dart';
|
| +import 'package:utf/utf.dart';
|
| import 'support.dart';
|
|
|
| class TokenizerTestParser {
|
|
|