You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The text was updated successfully, but these errors were encountered: