diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-03 15:59:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 15:59:37 +0100 |
commit | c9c8fcf4daa594c7b3ffe08a64f563f152c22f29 (patch) | |
tree | 6ec05fbe26fc4992aa2046f0760327b0c7ff8dc1 /tests/test_html5lib.rs | |
parent | 5e69d3391b478dda186c8d3e94502537d6895a13 (diff) |
Fix typo and add example (#9)
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 540388f..652a72d 100644 --- a/tests/test_html5lib.rs +++ b/tests/test_html5lib.rs @@ -5,7 +5,7 @@ use std::{collections::BTreeMap, fs::File, io::BufReader, path::Path}; #[cfg(not(feature = "integration-tests"))] compile_error!( - "integration tests need the integration-tests feature enabled. Run cargo tests --all-features" + "integration tests need the integration-tests feature enabled. Run cargo test --all-features" ); struct ExpectedOutputTokens(Vec<Token>); |