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

Function TestPrevFilteredInvalid

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

Source from the content-addressed store, hash-verified

366}
367
368func TestPrevFilteredInvalid(t *testing.T) {
369 sel := Doc().Find(".row-fluid").PrevFiltered("")
370 assertLength(t, sel.Nodes, 0)
371}
372
373func TestPrevFilteredRollback(t *testing.T) {
374 sel := Doc().Find(".row-fluid")

Callers

nothing calls this directly

Calls 4

DocFunction · 0.85
assertLengthFunction · 0.85
PrevFilteredMethod · 0.80
FindMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…