Skip to content
Commit e98a0cdd authored by hydrargyrum's avatar hydrargyrum
Browse files

browser.filters: CleanText(newlines=False) shouldn't strip newlines

When calling directly filter(), newlines=False did work, but not when
processing lxml tags:
- CleanText.clean() did not properly receive newlines config when it
should have
- The spaces were stripped too early in CleanText.clean(), no need to
strip at that point, they will be stripped a few lines after
parent 924c326e
Pipeline #295035112 passed with warnings with stages
in 1 hour, 2 minutes, and 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment