aboutsummaryrefslogtreecommitdiffstats
path: root/tests/math_text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/math_text.rs')
-rw-r--r--tests/math_text.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/math_text.rs b/tests/math_text.rs
index 9e20d6e..76aa0aa 100644
--- a/tests/math_text.rs
+++ b/tests/math_text.rs
@@ -1,7 +1,9 @@
extern crate micromark;
use micromark::{
- mdast::{InlineMath, Node, Paragraph, Position, Root, Text},
- micromark, micromark_to_mdast, micromark_with_options, Constructs, Options,
+ mdast::{InlineMath, Node, Paragraph, Root, Text},
+ micromark, micromark_to_mdast, micromark_with_options,
+ unist::Position,
+ Constructs, Options,
};
use pretty_assertions::assert_eq;