(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestFirstInvalid(t *testing.T) { |
| 18 | sel := Doc().Find("").First() |
| 19 | assertLength(t, sel.Nodes, 0) |
| 20 | } |
| 21 | |
| 22 | func TestFirstRollback(t *testing.T) { |
| 23 | sel := Doc().Find(".pvk-content") |
nothing calls this directly
no test coverage detected