From faf852158be54f909337f308ec2d72ecc8d12e92 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Wed, 25 Feb 2026 22:09:49 -0800 Subject: [PATCH] add unit test --- tests/carddatabase/filter_string_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/carddatabase/filter_string_test.cpp b/tests/carddatabase/filter_string_test.cpp index c3e8c6fb7..c6d68be1f 100644 --- a/tests/carddatabase/filter_string_test.cpp +++ b/tests/carddatabase/filter_string_test.cpp @@ -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)