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

Literal typed escape bracket ignore the slash #574

Closed
jcubic opened this issue May 18, 2020 · 0 comments
Closed

Literal typed escape bracket ignore the slash #574

jcubic opened this issue May 18, 2020 · 0 comments
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented May 18, 2020

Issue summary

if you type xx \] slash is removed, it works when you type just \].

Expected behavior

It should display xx \]

Actual behavior

it display ]

Steps to reproduce

call:

$.terminal.active().set_command('/[\\]]/')
@jcubic jcubic added the Bug label May 18, 2020
jcubic added a commit that referenced this issue May 22, 2020
clean was replacing \] by ] it should not modify the text because formatting is escaped
user was not able to type \] it is importent when writing regexes in language REPL
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label May 22, 2020
@jcubic jcubic closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant