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

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>
        !             5: c <blockquote>
        !             6: name c<br />
        !             7: group second<br />
        !             8: </blockquote><br />
        !             9: d <blockquote>
        !            10: name d<br />
        !            11: group third<br />
        !            12: </blockquote><br />
        !            13: e <blockquote>
        !            14: name e<br />
        !            15: group third<br />
        !            16: </blockquote><br />
        !            17: a <blockquote>
        !            18: name a<br />
        !            19: group first<br />
        !            20: </blockquote><br />
        !            21: b <blockquote>
        !            22: name b<br />
        !            23: group first<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.5       misha      29: second c<br />
                     30: first a,b<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.5       misha      36: second c<br />
                     37: first a,b<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>
        !            43: c c<br />
        !            44: d d<br />
        !            45: e e<br />
        !            46: a a<br />
        !            47: b b<br />
        !            48: <h3>non-unique key, no value columns, options: $.distinct(1) $.type[hash]</h3>
        !            49: third <blockquote>
        !            50: name d<br />
        !            51: group third<br />
        !            52: </blockquote><br />
        !            53: second <blockquote>
        !            54: name c<br />
        !            55: group second<br />
        !            56: </blockquote><br />
        !            57: first <blockquote>
        !            58: name a<br />
        !            59: group first<br />
        !            60: </blockquote><br />
        !            61: <h3>non-unique key, no value columns, options: $.distinct(1) (as above because $.type[hash] == default)</h3>
1.5       misha      62: third <blockquote>
                     63: name d<br />
                     64: group third<br />
                     65: </blockquote><br />
                     66: second <blockquote>
                     67: name c<br />
                     68: group second<br />
                     69: </blockquote><br />
                     70: first <blockquote>
                     71: name a<br />
                     72: group first<br />
                     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.5       misha      78: third d<br />
                     79: second c<br />
                     80: first a<br />

E-mail: