-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: All \t are converted to tab characters (@Leonabcd123) #6909
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
Conversation
|
This PR is a regression because you won't be able to escape the |
|
Do you think it would be a good idea to extract this functionality to the strings util file and add some tests? To make sure with |
|
Do you want to move it to frontend/src/ts/utils/strings.ts? |
|
Yeah. Call it |
Miodec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Description
Made it so all \t are converted to tab characters.
Closes
Fixes #6906