update test

This commit is contained in:
Lily 2025-04-03 21:37:47 -04:00
parent 746dd2ac62
commit a27db23a65
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7

View file

@ -31,8 +31,8 @@ QUERY(Typing, cat, "t", true)
QUERY(NonMatchingType, cat, "t:kithkin", false)
QUERY(MatchingType, cat, "t:creature", true)
QUERY(Not1, cat, "not t:kithkin", true)
QUERY(Not2, cat, "not t:creature", false)
QUERY(Not1, cat, "NOT t:kithkin", true)
QUERY(Not2, cat, "NOT t:creature", false)
QUERY(Case, cat, "t:cReAtUrE", true)
QUERY(And, cat, "t:creature t:creature", true)