Skip to content

Commit

Permalink
proper string recovery + tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 8, 2024
1 parent a915879 commit 4460590
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 78 deletions.
1 change: 1 addition & 0 deletions src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ foo 1 bar=0xdeadbeef {
}
if let Some(KdlEntryFormat { value_repr, .. }) = entry.format() {
if entry.name().is_none() && entry.ty().is_none() {
dbg!(&entry);
check_span(value_repr, entry.span(), source);
}
}
Expand Down
Loading

0 comments on commit 4460590

Please sign in to comment.