1
Fork 0

Strings containing backslashes are not properly escaped during serialization #7

Closed
opened 2023-03-03 09:21:22 +01:00 by lucas · 0 comments
Owner

A string like scripts/mods/test\new will be serialized verbatim, at which point the \ will be escaping the n, turning it into a newline.

A string like `scripts/mods/test\new` will be serialized verbatim, at which point the `\` will be escaping the `n`, turning it into a newline.
lucas added the
stage/actionable
kind/bug
part/serialize
labels 2023-03-03 09:21:22 +01:00
lucas closed this issue 2023-03-10 11:29:28 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/serde_sjson#7
No description provided.