Annotation of parser3/tests/results/129.processed, revision 1.7

1.4       paf         1: content-type: text/html
1.6       misha       2: content-length: 2098
1.2       paf         3: 
1.6       misha       4: <h3>unique key, no value columns, no options</h3>
1.7     ! misha       5: a <blockquote>
        !             6: group first<br />
        !             7: name a<br />
        !             8: </blockquote><br />
        !             9: b <blockquote>
        !            10: group first<br />
        !            11: name b<br />
        !            12: </blockquote><br />
1.6       misha      13: c <blockquote>
1.7     ! misha      14: group second<br />
1.6       misha      15: name c<br />
                     16: </blockquote><br />
                     17: d <blockquote>
1.7     ! misha      18: group third<br />
1.6       misha      19: name d<br />
                     20: </blockquote><br />
                     21: e <blockquote>
1.7     ! misha      22: group third<br />
1.6       misha      23: name e<br />
                     24: </blockquote><br />
                     25: <h3>non-unique key, no value columns, no options</h3>
                     26: failed, that's OK.<br />
                     27: if key not unique $.distinct(1) must be specified
                     28: <h3>non-unique key, no value columns, options: $.distinct[tables] (backward)</h3>
1.7     ! misha      29: first a,b<br />
1.5       misha      30: second c<br />
                     31: third d,e<br />
1.6       misha      32: <h3>non-unique key, no value columns, options: $.distinct[tables], $.type[hash] </h3>
                     33: failed, that's OK.<br />
                     34: $.distinct[tables] and $.type[...] can't be specified together
                     35: <h3>non-unique key, no value columns, options: $.distinct(1) $.type[table]</h3>
1.7     ! misha      36: first a,b<br />
1.5       misha      37: second c<br />
                     38: third d,e<br />
1.6       misha      39: <h3>non-unique key, no value columns, options: $.distinct(1) $.type[table]</h3>
                     40: failed, that's OK.<br />
                     41: non unique key without distinct option
                     42: <h3>unique key, no value columns, options: $.type[table]</h3>
1.7     ! misha      43: a a<br />
        !            44: b b<br />
1.6       misha      45: c c<br />
                     46: d d<br />
                     47: e e<br />
                     48: <h3>non-unique key, no value columns, options: $.distinct(1) $.type[hash]</h3>
1.7     ! misha      49: first <blockquote>
        !            50: group first<br />
        !            51: name a<br />
1.6       misha      52: </blockquote><br />
                     53: second <blockquote>
1.7     ! misha      54: group second<br />
1.6       misha      55: name c<br />
                     56: </blockquote><br />
1.7     ! misha      57: third <blockquote>
        !            58: group third<br />
        !            59: name d<br />
        !            60: </blockquote><br />
        !            61: <h3>non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)</h3>
1.6       misha      62: first <blockquote>
1.7     ! misha      63: group first<br />
1.6       misha      64: name a<br />
1.5       misha      65: </blockquote><br />
                     66: second <blockquote>
1.7     ! misha      67: group second<br />
1.5       misha      68: name c<br />
                     69: </blockquote><br />
1.7     ! misha      70: third <blockquote>
        !            71: group third<br />
        !            72: name d<br />
1.5       misha      73: </blockquote><br />
1.6       misha      74: <h3>non-unique key, no value columns, options: $.distinct(1) $.type[string]</h3>
                     75: failed, that's OK.<br />
                     76: with $.type[string] only one field must be specified
                     77: <h3>non-unique key, one value column (name), options: $.distinct(1) $.type[string]</h3>
1.7     ! misha      78: first a<br />
        !            79: second c<br />
1.5       misha      80: third d<br />

E-mail: