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

Bug: '[' inside 'y' command breaks the parser #16

Closed
aureliojargas opened this issue Apr 24, 2014 · 1 comment
Closed

Bug: '[' inside 'y' command breaks the parser #16

aureliojargas opened this issue Apr 24, 2014 · 1 comment
Labels
Milestone

Comments

@aureliojargas
Copy link
Owner

aureliojargas commented Apr 24, 2014

$ sedsed -e 'y/[/ /'

$

The [ should not be special inside y, it's a literal char there.

When fixed, remove the exception in test/gnused/run.

@aureliojargas
Copy link
Owner Author

Fixed by the new sedparse parser, see #52.

$ ./sedsed.py -e 'y/[/ /'
y/[/ /
$

aureliojargas added a commit that referenced this issue Nov 16, 2019
This is fixed in the new sedparse parser.
@aureliojargas aureliojargas added this to the v2.0 milestone Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant