diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-05 03:19:03 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-05 03:52:22 +0100 |
commit | b00714411306ee6500e4ee34a81bd7f4a111169e (patch) | |
tree | 66c4bfb3b6d898672b8bfe408080e3914b82af57 /tests/test_html5lib.rs | |
parent | b17d8055dfe0d57865fbad9419a07e30be378c67 (diff) |
rename to html5tokenizer, bump versionv0.4.0
Diffstat (limited to 'tests/test_html5lib.rs')
-rw-r--r-- | tests/test_html5lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html5lib.rs b/tests/test_html5lib.rs index cd3785f..cda932c 100644 --- a/tests/test_html5lib.rs +++ b/tests/test_html5lib.rs @@ -1,4 +1,4 @@ -use html5gum::{ +use html5tokenizer::{ Attribute, Doctype, EndTag, Error, InternalState as State, Reader, StartTag, Token, Tokenizer, }; use pretty_assertions::assert_eq; |