(t *testing.T)
| 740 | } |
| 741 | |
| 742 | func TestClosestNodesItself(t *testing.T) { |
| 743 | sel := Doc2().Find(".three") |
| 744 | sel2 := sel.ClosestNodes(Doc2().Find(".row").Nodes...) |
| 745 | assertLength(t, sel2.Nodes, sel.Length()) |
| 746 | } |
| 747 | |
| 748 | func TestClosestNodesNoDupes(t *testing.T) { |
| 749 | sel := Doc().Find(".span12") |
nothing calls this directly
no test coverage detected
searching dependent graphs…