diff options
Diffstat (limited to 'tests/text.rs')
-rw-r--r-- | tests/text.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/text.rs b/tests/text.rs index 7db9e1a..584f463 100644 --- a/tests/text.rs +++ b/tests/text.rs @@ -1,5 +1,6 @@ extern crate micromark; use micromark::micromark; +use pretty_assertions::assert_eq; #[test] fn text() { |