aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/parser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/query/parser_test.go')
-rw-r--r--pkg/query/parser_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/query/parser_test.go b/pkg/query/parser_test.go
index 5f68006..2e85123 100644
--- a/pkg/query/parser_test.go
+++ b/pkg/query/parser_test.go
@@ -26,6 +26,7 @@ const (
OP_LE = query.OP_LE
OP_GE = query.OP_GE
OP_GT = query.OP_GT
+ OP_RE = query.OP_RE
)
func TestParse(t *testing.T) {