mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
update test
This commit is contained in:
parent
51c75bbf53
commit
746dd2ac62
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ QUERY(Case, cat, "t:cReAtUrE", true)
|
|||
QUERY(And, cat, "t:creature t:creature", true)
|
||||
QUERY(And2, cat, "t:creature t:sorcery", false)
|
||||
|
||||
QUERY(Or, cat, "t:bat or t:creature", true)
|
||||
QUERY(Or, cat, "t:bat OR t:creature", true)
|
||||
|
||||
QUERY(Cmc1, cat, "cmc=2", true)
|
||||
QUERY(Cmc2, cat, "cmc>3", false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue