Skip to content

fix unwrap panics when unescaping invalid escape sequences in deserialization#21

Merged
spyoungtech merged 1 commit intomainfrom
fix-unescaping
Aug 26, 2025
Merged

fix unwrap panics when unescaping invalid escape sequences in deserialization#21
spyoungtech merged 1 commit intomainfrom
fix-unescaping

Conversation

@spyoungtech
Copy link
Copy Markdown
Owner

Previously, during deserialization, invalid escape sequences would cause a panic due to calling unwrap on the result of unescape -- this now properly surfaces a deserialization error instead.

@spyoungtech spyoungtech merged commit 1eba2a0 into main Aug 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant