From c9c8fcf4daa594c7b3ffe08a64f563f152c22f29 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 3 Dec 2021 15:59:37 +0100 Subject: Fix typo and add example (#9) --- tests/test_html5lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); -- cgit v1.2.3