(t *testing.T)
| 47 | } |
| 48 | |
| 49 | func TestLastRollback(t *testing.T) { |
| 50 | sel := Doc().Find(".pvk-content") |
| 51 | sel2 := sel.Last().End() |
| 52 | assertEqual(t, sel, sel2) |
| 53 | } |
| 54 | |
| 55 | func TestEq(t *testing.T) { |
| 56 | sel := Doc().Find(".pvk-content").Eq(1) |
nothing calls this directly
no test coverage detected