mirror of
https://github.com/safing/portbase
synced 2025-09-10 06:15:08 +00:00
Finish query package for now
This commit is contained in:
parent
115b18dfb6
commit
e40d66e103
15 changed files with 714 additions and 181 deletions
9
database/query/operators_test.go
Normal file
9
database/query/operators_test.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package query
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestGetOpName(t *testing.T) {
|
||||
if getOpName(254) != "[unknown]" {
|
||||
t.Error("unexpected output")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue