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

No way to escape single quote #803

Closed
doodlesbykumbi opened this issue Oct 11, 2017 · 2 comments
Closed

No way to escape single quote #803

doodlesbykumbi opened this issue Oct 11, 2017 · 2 comments

Comments

@doodlesbykumbi
Copy link

  • Current image

vs

  • Ideal
    image

If I could get some guidance as to what's responsible for this behaviour I could take a look and open a PR :)

@stale
Copy link

stale bot commented Jun 19, 2019

This contribution has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days.

@stale stale bot added the stale-issue There has been no activity for a year. label Jun 19, 2019
@pyrmont
Copy link
Contributor

pyrmont commented Jun 19, 2019

@doodlesbykumbi An escape lexer has recently been added by @jneen. It looks to me like that's really what you want. The text you're talking about escaping is not shell input text but output text (which isn't really what a lexer is designed to tokenise).

@stale stale bot removed the stale-issue There has been no activity for a year. label Jun 19, 2019
@pyrmont pyrmont closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants