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