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

[BUG] Special characters (such as tab and space) do not correctly clean #38

Open
Glavin001 opened this issue Jun 13, 2014 · 1 comment
Labels
Bug thing that needs fixing

Comments

@Glavin001
Copy link

See Glavin001/atom-beautify#16 (comment)

@Glavin001
Copy link
Author

I have an object like the following:

{
  'indent_char': ' '
}

Where indent_char is a space character (' ').
After using nopt to clean, it is now an empty string, ''.
The same error occurs when using tab, '\t'.
Using underscore, '_', works as expected.

@darcyclarke darcyclarke changed the title Special characters (such as tab and space) do not correctly clean [BUG] Special characters (such as tab and space) do not correctly clean Jul 28, 2022
@darcyclarke darcyclarke added the Bug thing that needs fixing label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants