MCPcopy
hub / github.com/PuerkitoBio/goquery / TestNextFilteredUntilInvalid

Function TestNextFilteredUntilInvalid

traversal_test.go:583–586  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

581}
582
583func TestNextFilteredUntilInvalid(t *testing.T) {
584 sel := Doc2().Find(".two").NextFilteredUntil("", "")
585 assertLength(t, sel.Nodes, 0)
586}
587
588func TestNextFilteredUntilRollback(t *testing.T) {
589 sel := Doc2().Find(".two")

Callers

nothing calls this directly

Calls 4

Doc2Function · 0.85
assertLengthFunction · 0.85
NextFilteredUntilMethod · 0.80
FindMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…