aboutsummaryrefslogtreecommitdiffstats
path: root/tests/code_indented.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/code_indented.rs')
-rw-r--r--tests/code_indented.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/code_indented.rs b/tests/code_indented.rs
index fd539d3..b02b092 100644
--- a/tests/code_indented.rs
+++ b/tests/code_indented.rs
@@ -212,7 +212,7 @@ fn code_indented() -> Result<(), String> {
children: vec![Node::Code(Code {
lang: None,
meta: None,
- value: "console.log(1)\nconsole.log(2)".to_string(),
+ value: "console.log(1)\nconsole.log(2)".into(),
position: Some(Position::new(1, 1, 0, 2, 19, 34))
})],
position: Some(Position::new(1, 1, 0, 3, 1, 35))