(t *testing.T)
| 366 | } |
| 367 | |
| 368 | func TestPrevFilteredInvalid(t *testing.T) { |
| 369 | sel := Doc().Find(".row-fluid").PrevFiltered("") |
| 370 | assertLength(t, sel.Nodes, 0) |
| 371 | } |
| 372 | |
| 373 | func TestPrevFilteredRollback(t *testing.T) { |
| 374 | sel := Doc().Find(".row-fluid") |
nothing calls this directly
no test coverage detected
searching dependent graphs…