issues
search
anaconda
/
percy
A tool to work on recipes from aggregate.
BSD 3-Clause "New" or "Revised" License
9
stars
0
forks
source link
Adds support for removing selectors
#67
Closed
schuylermartin45
closed
1 year ago
schuylermartin45
commented
1 year ago
remove_selectors()
allows for the removal of selectors on a parse tree path
The function preserves non-selector comments
Adds unit tests
Adds some unrelated unit testing around
__eq__()
and
__str__()
functions that got missed.
remove_selectors()
allows for the removal of selectors on a parse tree path__eq__()
and__str__()
functions that got missed.