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