Diff for /parser3/tests/results/129.processed between versions 1.1.2.1 and 1.8

version 1.1.2.1, 2003/04/11 10:57:25 version 1.8, 2009/08/30 05:30:29
Line 1 Line 1
 content-type: text/html; charset=WINDOWS-1251  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>  a <blockquote>
 third d,e<br>  group first<br />
   name a<br />
   </blockquote><br />
   b <blockquote>
   group first<br />
   name b<br />
   </blockquote><br />
   c <blockquote>
   group second<br />
   name c<br />
   </blockquote><br />
   d <blockquote>
   group third<br />
   name d<br />
   </blockquote><br />
   e <blockquote>
   group third<br />
   name e<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>
   first a,b<br />
   second c<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>
   first a,b<br />
   second c<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>
   a a<br />
   b b<br />
   c c<br />
   d d<br />
   e e<br />
   <h3>non-unique key, no value columns, options: $.distinct(1) $.type[hash]</h3>
   first <blockquote>
   group first<br />
   name a<br />
   </blockquote><br />
   second <blockquote>
   group second<br />
   name c<br />
   </blockquote><br />
   third <blockquote>
   group third<br />
   name d<br />
   </blockquote><br />
   <h3>non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)</h3>
   first <blockquote>
   group first<br />
   name a<br />
   </blockquote><br />
   second <blockquote>
   group second<br />
   name c<br />
   </blockquote><br />
   third <blockquote>
   group third<br />
   name d<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>
   first a<br />
   second c<br />
   third d<br />

Removed from v.1.1.2.1  
changed lines
  Added in v.1.8


E-mail: