jnioche opened a new pull request, #1857:
URL: https://github.com/apache/stormcrawler/pull/1857

   ## Summary
   - Adds 6 new tests to `JSoupFiltersTest` covering XPath features used by the 
JSoup `XPathFilter`: attribute extraction (`/@attr`), `tidyText()`, 
`allText()`, `html()` functions, uppercase element name handling, and fallback 
expression logic.
   - Assertions are intentionally written to pass with both XSoup and the 
planned JSoup replacement (#1407), enabling safe validation of the migration.
   - Adds a dedicated test HTML page and JSoup filter config to isolate 
XPath-specific behavior.
   
   ## Test plan
   - [x] All 10 tests pass on this branch (XSoup)
   - [x] All 10 shared tests also pass on branch `1407` (JSoup replacement)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to