(t *testing.T)
| 112 | } |
| 113 | |
| 114 | func TestSliceEmpty(t *testing.T) { |
| 115 | defer assertPanic(t) |
| 116 | Doc().Find("x").Slice(0, 2) |
| 117 | } |
| 118 | |
| 119 | func TestSliceInvalid(t *testing.T) { |
| 120 | defer assertPanic(t) |
nothing calls this directly
no test coverage detected