add unit test

This commit is contained in:
RickyRister 2026-02-25 22:09:49 -08:00
parent 81ec61786d
commit faf852158b

View file

@ -71,6 +71,8 @@ QUERY(Color2, cat, "c:gw", true)
QUERY(Color3, cat, "c!g", true)
QUERY(Color4, cat, "c!gw", false)
QUERY(BracketNextToUnquotedString, cat, "(o:woof OR o:meow)", true)
} // namespace
int main(int argc, char **argv)