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

Address ranges with spaces before the comma #2

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

Address ranges with spaces before the comma #2

aureliojargas opened this issue Apr 22, 2014 · 1 comment
Labels

Comments

@aureliojargas
Copy link
Owner

The parser is breaking if you use spaces before the comma in address ranges.

$ sedsed -e '1,3 p' 
1,3 p
$ sedsed -e '1, 3 p' 
1,3 p
$ sedsed -e '1 ,3 p' 
ERROR: invalid SED command ',' at line 1
$
@aureliojargas
Copy link
Owner Author

Fixed in 5d19aa9

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