(t *testing.T)
| 377 | } |
| 378 | |
| 379 | func TestNextAll(t *testing.T) { |
| 380 | sel := Doc().Find("#cf2 div:nth-child(1)").NextAll() |
| 381 | assertLength(t, sel.Nodes, 3) |
| 382 | } |
| 383 | |
| 384 | func TestNextAllRollback(t *testing.T) { |
| 385 | sel := Doc().Find("#cf2 div:nth-child(1)") |
nothing calls this directly
no test coverage detected
searching dependent graphs…