diff options
Diffstat (limited to 'tests/html_text.rs')
-rw-r--r-- | tests/html_text.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/html_text.rs b/tests/html_text.rs index 65030b2..988ebbc 100644 --- a/tests/html_text.rs +++ b/tests/html_text.rs @@ -1,5 +1,6 @@ extern crate micromark; use micromark::{micromark, micromark_with_options, Constructs, Options}; +use pretty_assertions::assert_eq; #[test] fn html_text() { |