Someone else would have to write -nest tests
Peter Rabbitson [Sat, 28 Mar 2009 02:23:57 +0000 (02:23 +0000)]
t/04modifiers.t

index dcb61f2..c4960ba 100755 (executable)
@@ -338,9 +338,6 @@ my @numbered_mods = (
   },
 );
 
-#can not be verified via is_same_sql_bind - need exact matching (parenthesis and all)
-my @nest_tests = ();
-
 plan tests => @and_or_tests*3 + @numbered_mods*4;
 
 for my $case (@and_or_tests) {