(t *testing.T)
| 371 | } |
| 372 | |
| 373 | func TestPrevFilteredRollback(t *testing.T) { |
| 374 | sel := Doc().Find(".row-fluid") |
| 375 | sel2 := sel.PrevFiltered(".row-fluid").End() |
| 376 | assertEqual(t, sel, sel2) |
| 377 | } |
| 378 | |
| 379 | func TestNextAll(t *testing.T) { |
| 380 | sel := Doc().Find("#cf2 div:nth-child(1)").NextAll() |
nothing calls this directly
no test coverage detected
searching dependent graphs…