Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map editor incorrectly removes backslashes from UDMF quoted strings #1411

Closed
devinacker opened this issue Aug 4, 2022 · 0 comments
Closed

Comments

@devinacker
Copy link

SLADE Version: (3.2.1)
Operating System: Windows

Issue Details:
When loading a UDMF map into the editor, any backslashes in front of escaped characters such as line breaks or inner quotes will be removed from string values, resulting in potentially invalid syntax after saving the map.

Example:
Before: comment="test1\r\n\"test2\"\r\ntest3"
After: comment="test1rn"test2"rntest3"

@sirjuddington sirjuddington added this to the 3.2.2 milestone Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants