Skip to content

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

Open
@Glavin001

Description

Activity

Glavin001

Glavin001 commented on Jun 13, 2014

@Glavin001
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.

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[/+] on Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugthing that needs fixing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Participants

    @darcyclarke@Glavin001

    Issue actions

      [BUG] Special characters (such as tab and space) do not correctly clean · Issue #38 · npm/nopt