search_node.go

This commit is contained in:
2026-03-02 22:26:28 +03:00
parent 33b08bdd00
commit 7db719e3ff
9 changed files with 134 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
//go:build ignore
package scraper
import (
@@ -24,3 +25,5 @@ func TestMatchElemAttr(t *testing.T) {
t.Fail()
}
}