(t *testing.T)
| 42 | } |
| 43 | |
| 44 | func TestLastInvalid(t *testing.T) { |
| 45 | sel := Doc().Find("").Last() |
| 46 | assertLength(t, sel.Nodes, 0) |
| 47 | } |
| 48 | |
| 49 | func TestLastRollback(t *testing.T) { |
| 50 | sel := Doc().Find(".pvk-content") |
nothing calls this directly
no test coverage detected