test(search): explain why is: and in: qualifiers used in test case
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
bf242ae2f4
commit
cb249e6cbb
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ func TestAdvancedIssueSearchString(t *testing.T) {
|
|||
query: Query{
|
||||
Keywords: []string{"keyword"},
|
||||
Qualifiers: Qualifiers{
|
||||
In: []string{"foo", "bar"},
|
||||
Is: []string{"foo", "bar"},
|
||||
In: []string{"foo", "bar"}, // "in:" is a special qualifier but its values here are not special
|
||||
Is: []string{"foo", "bar"}, // "is:" is a special qualifier but its values here are not special
|
||||
Label: []string{"foo", "bar"},
|
||||
License: []string{"foo", "bar"},
|
||||
No: []string{"foo", "bar"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue