diff options
Diffstat (limited to 'tests/heading_setext.rs')
-rw-r--r-- | tests/heading_setext.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/heading_setext.rs b/tests/heading_setext.rs index ed2dfa0..6f0e572 100644 --- a/tests/heading_setext.rs +++ b/tests/heading_setext.rs @@ -298,7 +298,7 @@ fn heading_setext() -> Result<(), String> { children: vec![Node::Heading(Heading { depth: 1, children: vec![Node::Text(Text { - value: "alpha\nbravo".to_string(), + value: "alpha\nbravo".into(), position: Some(Position::new(1, 1, 0, 2, 6, 11)) }),], position: Some(Position::new(1, 1, 0, 3, 3, 14)) |