aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hard_break_escape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hard_break_escape.rs')
-rw-r--r--tests/hard_break_escape.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hard_break_escape.rs b/tests/hard_break_escape.rs
index 1f93429..70fbf64 100644
--- a/tests/hard_break_escape.rs
+++ b/tests/hard_break_escape.rs
@@ -1,5 +1,6 @@
extern crate micromark;
use micromark::{micromark, micromark_with_options, Constructs, Options};
+use pretty_assertions::assert_eq;
#[test]
fn hard_break_escape() {