This commit is contained in:
Dion Dokter 2025-09-03 20:08:14 +02:00
parent 3055e1ec7a
commit 889c6bc1bd
1 changed files with 1 additions and 4 deletions

View File

@ -669,10 +669,7 @@ final;";
doc.iter_dash_args("foo").collect::<Vec<&KdlValue>>(),
vec![&1.into(), &2.into(), &"three".into()]
);
assert_eq!(
doc.format().map(|f| &f.leading[..]),
Some("")
);
assert_eq!(doc.format().map(|f| &f.leading[..]), Some(""));
let foo = doc.get("foo").expect("expected a foo node");
assert_eq!(