index
:
html5tokenizer
html5ever-fork
main
Fork of html5gum with code span support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integration_tests
Age
Commit message (
Expand
)
Author
2023-09-28
break!: rename DefaultEmitter to TracingEmitter
Martin Fischer
2023-09-28
refactor: decouple run_test_inner from DefaultEmitter
Martin Fischer
2023-09-28
break!: add Token::EndOfFile
Martin Fischer
2023-09-28
break!: emit chars instead of strings
Martin Fischer
2023-09-28
break!: remove Token::Error
Martin Fischer
2023-09-28
chore: build html5lib_tests::Output later
Martin Fischer
2023-09-03
break!: make Doctype name field optional
Martin Fischer
2023-09-03
fix!: remove adjusted_current_node_present_and_not_in_html_namespace
Martin Fischer
2023-08-19
break!: remove type param defaults from Tokenizer
Martin Fischer
2023-08-19
chore: switch from pretty_assertions to similar-asserts
Martin Fischer
2023-08-19
break!: stop abusing Display for Error codes
Martin Fischer
2023-08-19
break!: rename doctype _identifier methods/fields to _id
Martin Fischer
2023-08-19
feat: impl IntoIterator for AttributeMap
Martin Fischer
2023-08-19
break!: introduce AttributeMap
Martin Fischer
2023-08-19
feat!: add offset to comments
Martin Fischer
2023-08-19
break!: stop re-exporting reader traits & types
Martin Fischer
2023-08-19
break!: merge Tokenizer::new_with_emitter into Tokenizer::new
Martin Fischer
2023-08-19
refactor: decouple html5lib_tests from html5tokenizer
Martin Fischer
2023-08-19
refactor: split off reusable html5lib_tests crate
Martin Fischer
2023-08-19
refactor: separate test logic from html5lib-test parsing
Martin Fischer
2023-08-19
test: enable previously skipped tokenizer test
Martin Fischer
2023-08-19
break!: remove set_last_start_tag from Emitter
Martin Fischer
2023-08-19
refactor: move html5lib test to own crate to fix `cargo test`
Martin Fischer