aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html_flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html_flow.rs')
-rw-r--r--tests/html_flow.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html_flow.rs b/tests/html_flow.rs
index ca93510..adeebf6 100644
--- a/tests/html_flow.rs
+++ b/tests/html_flow.rs
@@ -52,7 +52,7 @@ fn html_flow() -> Result<(), String> {
micromark_to_mdast("<div>\nstuff\n</div>", &ParseOptions::default())?,
Node::Root(Root {
children: vec![Node::Html(Html {
- value: "<div>\nstuff\n</div>".to_string(),
+ value: "<div>\nstuff\n</div>".into(),
position: Some(Position::new(1, 1, 0, 3, 7, 18))
})],
position: Some(Position::new(1, 1, 0, 3, 7, 18))