Annotation of parser3/tests/results/246.processed, revision 1.1

1.1     ! misha       1: Content-Type: text/html
        !             2: Content-Length: 962
        !             3: 
        !             4: <h3>Empty hash ($h[^hash::create[]])</h3>
        !             5: first:last='':''<br />
        !             6: <h3>One element was added ($h.1[a])</h3>
        !             7: first:last='a':'a'<br />
        !             8: <h3>One element was deleted (^h.delete[1])</h3>
        !             9: first:last='':''<br />
        !            10: <h3>One element was added ($h.1[a])</h3>
        !            11: first:last='a':'a'<br />
        !            12: <h3>Hash with 5 elements ($h[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])</h3>
        !            13: first:last='a':'e'<br />
        !            14: <h3>The last element was deleted (^h.delete[5])</h3>
        !            15: first:last='a':'d'<br />
        !            16: <h3>The first element was deleted (^h.delete[1])</h3>
        !            17: first:last='b':'d'<br />
        !            18: <h3>One element was added at the end ($h.5[e])</h3>
        !            19: first:last='b':'e'<br />
        !            20: <h3>One element was added at the middle ($h.3[cc])</h3>
        !            21: first:last='b':'e'<br />
        !            22: <h3>_at on hash with 5 elements ($h[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])</h3>
        !            23: ^h._at(0)=a=<br />
        !            24: ^h._at(1)=b=<br />
        !            25: ^h._at(2)=c=<br />
        !            26: ^h._at(3)=d=<br />
        !            27: ^h._at(4)=e=<br />
        !            28: <br />
        !            29: ^h._at(-1)=e=<br />
        !            30: ^h._at(-2)=d=<br />
        !            31: ^h._at(-3)=c=<br />
        !            32: ^h._at(-4)=b=<br />
        !            33: ^h._at(-5)=a=<br />

E-mail: