fix deep empty expr to render nothing
[scpubgit/Q-Branch.git] / t / 02where.t
index 644eca5..1b0ac92 100644 (file)
@@ -402,7 +402,12 @@ my @handle_tests = (
         where => { artistid => {} },
         stmt => '',
         bind => [ ],
-    }
+    },
+    {
+        where => [ -and => [ {}, [] ], -or => [ {}, [] ] ],
+        stmt => '',
+        bind => [ ],
+    },
 );
 
 for my $case (@handle_tests) {