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

fix(custom text): resolve incorrect loading of custom text with pipes #4619

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

sanidhyas3s
Copy link
Contributor

Text saved with space separated words are now loaded with space only.

Fixes #4534

Previous Behavior:
"This is|a test" --save with or without pipe delimiter on--> "This", "is|a", "test" --load with delimiter--> "This|is|a|test"

Fix Behavior
"This is|a test" --save with or without pipe delimiter on--> "This", "is|a", "test" --load with delimiter--> "This is|a test"

Text saved with space separated words are now loaded with space only.

Fixes monkeytypegame#4534
@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Sep 11, 2023
@sanidhyas3s sanidhyas3s changed the title Fix incorrect loading of custom text with pipe fix: incorrect loading of custom text with pipe Sep 11, 2023
@sanidhyas3s sanidhyas3s changed the title fix: incorrect loading of custom text with pipe fix: resolve incorrect loading of custom text with pipe Sep 11, 2023
@Miodec Miodec changed the title fix: resolve incorrect loading of custom text with pipe fix(custom text): resolve incorrect loading of custom text with pipes Sep 11, 2023
@Miodec
Copy link
Member

Miodec commented Sep 11, 2023

Thanks

@Miodec Miodec merged commit 75e7cee into monkeytypegame:master Sep 11, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend User interface or web stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom text saved with pipe delimiter isnt loaded correctly
3 participants