Skip to content
Commit 1be6e676 authored by ntome's avatar ntome 💬 Committed by Romain Bignon
Browse files

CleanText(children=False) must use all text nodes, not just the first one

With this sample:

    <foo>bar<qux/>baz</foo>

Element.text only returns "bar". By iterating on xpath "text()", we get
"bar" and "baz".
parent 0d677028
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