Closed aureliojargas closed 5 years ago
Fixed by the new sedparse
parser, see #52.
$ ./sedsed.py -e "d # foobar"
d ;# foobar
$ ./sedsed.py -e "d # foo;bar"
d ;# foo;bar
$ ./sedsed.py -e "d; # foo;bar"
d ;# foo;bar
All of the following should be a
d
command and a single comment: