document remaining methods
[scpubgit/Q-Branch.git] / t / 06order_by.t
index e3b94f7..0d340ae 100644 (file)
@@ -58,6 +58,11 @@ my @cases =
     expects => '',
     expects_quoted => '',
    },
+   {
+    given => [ {} ],
+    expects => '',
+    expects_quoted => '',
+   },
 
    {
     given => [{-desc => [ qw/colA colB/ ] }],