diff options
Diffstat (limited to 'tests/heading_atx.rs')
-rw-r--r-- | tests/heading_atx.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/heading_atx.rs b/tests/heading_atx.rs index 1b6b8a3..736c50a 100644 --- a/tests/heading_atx.rs +++ b/tests/heading_atx.rs @@ -231,7 +231,7 @@ fn heading_atx() -> Result<(), String> { children: vec![Node::Heading(Heading { depth: 2, children: vec![Node::Text(Text { - value: "alpha".to_string(), + value: "alpha".into(), position: Some(Position::new(1, 4, 3, 1, 9, 8)) }),], position: Some(Position::new(1, 1, 0, 1, 11, 10)) |