(t *testing.T)
| 382 | } |
| 383 | |
| 384 | func TestNextAllRollback(t *testing.T) { |
| 385 | sel := Doc().Find("#cf2 div:nth-child(1)") |
| 386 | sel2 := sel.NextAll().End() |
| 387 | assertEqual(t, sel, sel2) |
| 388 | } |
| 389 | |
| 390 | func TestNextAll2(t *testing.T) { |
| 391 | sel := Doc().Find("div[ng-cloak]").NextAll() |
nothing calls this directly
no test coverage detected
searching dependent graphs…