(t *testing.T)
| 581 | } |
| 582 | |
| 583 | func TestNextFilteredUntilInvalid(t *testing.T) { |
| 584 | sel := Doc2().Find(".two").NextFilteredUntil("", "") |
| 585 | assertLength(t, sel.Nodes, 0) |
| 586 | } |
| 587 | |
| 588 | func TestNextFilteredUntilRollback(t *testing.T) { |
| 589 | sel := Doc2().Find(".two") |
nothing calls this directly
no test coverage detected
searching dependent graphs…