(t *testing.T)
| 163 | } |
| 164 | |
| 165 | func TestSliceRollback(t *testing.T) { |
| 166 | sel := Doc().Find(".pvk-content") |
| 167 | sel2 := sel.Slice(0, 2).End() |
| 168 | assertEqual(t, sel, sel2) |
| 169 | } |
| 170 | |
| 171 | func TestGet(t *testing.T) { |
| 172 | sel := Doc().Find(".pvk-content") |
nothing calls this directly
no test coverage detected