X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02where.t;h=1b0ac9214d9c82af072d01fcb51eee40a22a31ce;hb=0536821b0ba2caca9fdc96c6f8c256f924d8a577;hp=644eca5c8b1ecde7290bec4bcc97f117f993d943;hpb=dd1d0dbf25425dbd05193ec6d5453e9170eb832c;p=scpubgit%2FQ-Branch.git diff --git a/t/02where.t b/t/02where.t index 644eca5..1b0ac92 100644 --- a/t/02where.t +++ b/t/02where.t @@ -402,7 +402,12 @@ my @handle_tests = ( where => { artistid => {} }, stmt => '', bind => [ ], - } + }, + { + where => [ -and => [ {}, [] ], -or => [ {}, [] ] ], + stmt => '', + bind => [ ], + }, ); for my $case (@handle_tests) {