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