aboutsummaryrefslogtreecommitdiffstats
path: root/cache/query_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/query_test.go')
-rw-r--r--cache/query_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cache/query_test.go b/cache/query_test.go
index f34b3e6a..9ae62ac4 100644
--- a/cache/query_test.go
+++ b/cache/query_test.go
@@ -19,6 +19,9 @@ func TestQueryParse(t *testing.T) {
{"author:rene", true},
{`author:"René Descartes"`, true},
+ {"actor:bernhard", true},
+ {"participant:leonhard", true},
+
{"label:hello", true},
{`label:"Good first issue"`, true},