mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
adjusted new test
This commit is contained in:
parent
453750b8f3
commit
c831efae6e
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@ QUERY(MatchingType, cat, "t:creature", true)
|
|||
QUERY(Not1, cat, "NOT t:kithkin", true)
|
||||
QUERY(Not2, cat, "NOT t:creature", false)
|
||||
QUERY(NonKeyword1, cat, "not t:kithkin", false)
|
||||
QUERY(NonKeyword2, cat, "not t:creature", true)
|
||||
QUERY(NonKeyword3, cat, "t:bat or t:creature", false)
|
||||
QUERY(NonKeyword2, cat, "t:bat or t:creature", false)
|
||||
QUERY(Case, cat, "t:cReAtUrE", true)
|
||||
|
||||
QUERY(And, cat, "t:creature t:creature", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue