(t *testing.T)
| 20 | } |
| 21 | |
| 22 | func TestFirstRollback(t *testing.T) { |
| 23 | sel := Doc().Find(".pvk-content") |
| 24 | sel2 := sel.First().End() |
| 25 | assertEqual(t, sel, sel2) |
| 26 | } |
| 27 | |
| 28 | func TestLast(t *testing.T) { |
| 29 | sel := Doc().Find(".pvk-content").Last() |
nothing calls this directly
no test coverage detected