--- parser3/tests/results/129.processed 2007/08/17 10:51:52 1.5
+++ parser3/tests/results/129.processed 2009/08/30 05:30:29 1.8
@@ -1,35 +1,80 @@
-content-type: text/html
-content-length: 652
+Content-Type: text/html
+Content-Length: 2098
-$.distinct[tables]
-second c
+
+group first
+name a
+
+group first
+name b
+
+group second
+name c
+
+group third
+name d
+
+group third
+name e
+
-name d
-group third
+non-unique key, no value columns, options: $.distinct(1) $.type[table]
+failed, that's OK.
+non unique key without distinct option +unique key, no value columns, options: $.type[table]
+a a
+b b
+c c
+d d
+e e
+non-unique key, no value columns, options: $.distinct(1) $.type[hash]
+first+group first
+name a
second-name c
group second
+name c
+third+group third
+name d
+
+non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)
first-name a
group first
+name a
-
-$.distinct(1) $.type[string]
-failed, that's OK. -
with $.type[string] only one field must be specified -
-$.distinct(1) $.type[string]
-third d
-second c
+second+group second
+name c
+
+third+group third
+name d
+
+non-unique key, no value columns, options: $.distinct(1) $.type[string]
+failed, that's OK.
+with $.type[string] only one field must be specified +non-unique key, one value column (name), options: $.distinct(1) $.type[string]
first a
+second c
+third d