aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gfm_table.rs')
-rw-r--r--tests/gfm_table.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/gfm_table.rs b/tests/gfm_table.rs
index 17b31da..d6bd022 100644
--- a/tests/gfm_table.rs
+++ b/tests/gfm_table.rs
@@ -1,7 +1,9 @@
extern crate micromark;
use micromark::{
- mdast::{AlignKind, InlineCode, Node, Position, Root, Table, TableCell, TableRow, Text},
- micromark, micromark_to_mdast, micromark_with_options, Constructs, Options,
+ mdast::{AlignKind, InlineCode, Node, Root, Table, TableCell, TableRow, Text},
+ micromark, micromark_to_mdast, micromark_with_options,
+ unist::Position,
+ Constructs, Options,
};
use pretty_assertions::assert_eq;