Diff for /parser3/tests/results/129.processed between versions 1.3 and 1.6

version 1.3, 2005/12/16 11:58:42 version 1.6, 2008/05/29 10:02:46
Line 1 Line 1
 content-type: text/html; charset=UTF-8  content-type: text/html
 content-length: 41  content-length: 2098
   
 second c<br>  <h3>unique key, no value columns, no options</h3>
 first a,b<br>  c <blockquote>
 third d,e<br>  name c<br />
   group second<br />
   </blockquote><br />
   d <blockquote>
   name d<br />
   group third<br />
   </blockquote><br />
   e <blockquote>
   name e<br />
   group third<br />
   </blockquote><br />
   a <blockquote>
   name a<br />
   group first<br />
   </blockquote><br />
   b <blockquote>
   name b<br />
   group first<br />
   </blockquote><br />
   <h3>non-unique key, no value columns, no options</h3>
   failed, that's OK.<br />
   if key not unique $.distinct(1) must be specified
   <h3>non-unique key, no value columns, options: $.distinct[tables] (backward)</h3>
   second c<br />
   first a,b<br />
   third d,e<br />
   <h3>non-unique key, no value columns, options: $.distinct[tables], $.type[hash] </h3>
   failed, that's OK.<br />
   $.distinct[tables] and $.type[...] can't be specified together
   <h3>non-unique key, no value columns, options: $.distinct(1) $.type[table]</h3>
   second c<br />
   first a,b<br />
   third d,e<br />
   <h3>non-unique key, no value columns, options: $.distinct(1) $.type[table]</h3>
   failed, that's OK.<br />
   non unique key without distinct option
   <h3>unique key, no value columns, options: $.type[table]</h3>
   c c<br />
   d d<br />
   e e<br />
   a a<br />
   b b<br />
   <h3>non-unique key, no value columns, options: $.distinct(1) $.type[hash]</h3>
   third <blockquote>
   name d<br />
   group third<br />
   </blockquote><br />
   second <blockquote>
   name c<br />
   group second<br />
   </blockquote><br />
   first <blockquote>
   name a<br />
   group first<br />
   </blockquote><br />
   <h3>non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)</h3>
   third <blockquote>
   name d<br />
   group third<br />
   </blockquote><br />
   second <blockquote>
   name c<br />
   group second<br />
   </blockquote><br />
   first <blockquote>
   name a<br />
   group first<br />
   </blockquote><br />
   <h3>non-unique key, no value columns, options: $.distinct(1) $.type[string]</h3>
   failed, that's OK.<br />
   with $.type[string] only one field must be specified
   <h3>non-unique key, one value column (name), options: $.distinct(1) $.type[string]</h3>
   third d<br />
   second c<br />
   first a<br />

Removed from v.1.3  
changed lines
  Added in v.1.6


E-mail: