Skip to content

Unexpected results when using non-alphinumeric characters #19

@JonathanLindsey

Description

@JonathanLindsey

After the update to 0.2.2 in VS Code which included the changes from PR #18 based on issue #12 :

"_/": "✓" in the words list changes _/[space key] into ✓[space] as expected but changes [space]_/ immediately into ✓/ without the leading space.
"\\/": "✓" in the words list changes \/[space key] into ✓[space] as expected but changes [space]\/ immediately into ✓/ without the leading space.
"--": "✓" in the words list changes --[space key] into ✓[space] as expected but changes [space]-- immediately into ✓- without the leading space.
"*&": "✓" in the words list changes *&[space key] into ✓[space] as expected but changes [space]*& immediately into ✓& without the leading space.

By 'immediately' I mean the replace operation happens without the space key or anything else being pressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions