Annotation of parser3/tests/results/246.processed, revision 1.2
1.1 misha 1: Content-Type: text/html
1.2 ! misha 2: Content-Length: 2668
1.1 misha 3:
4: <h3>Empty hash ($h[^hash::create[]])</h3>
5: first:last='':''<br />
1.2 ! misha 6: first_key:last_key='':''<br />
1.1 misha 7: <h3>One element was added ($h.1[a])</h3>
8: first:last='a':'a'<br />
1.2 ! misha 9: first_key:last_key='1':'1'<br />
1.1 misha 10: <h3>One element was deleted (^h.delete[1])</h3>
11: first:last='':''<br />
1.2 ! misha 12: first_key:last_key='':''<br />
1.1 misha 13: <h3>One element was added ($h.1[a])</h3>
14: first:last='a':'a'<br />
1.2 ! misha 15: first_key:last_key='1':'1'<br />
1.1 misha 16: <h3>Hash with 5 elements ($h[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])</h3>
17: first:last='a':'e'<br />
1.2 ! misha 18: first_key:last_key='1':'5'<br />
1.1 misha 19: <h3>The last element was deleted (^h.delete[5])</h3>
20: first:last='a':'d'<br />
1.2 ! misha 21: first_key:last_key='1':'4'<br />
1.1 misha 22: <h3>The first element was deleted (^h.delete[1])</h3>
23: first:last='b':'d'<br />
1.2 ! misha 24: first_key:last_key='2':'4'<br />
1.1 misha 25: <h3>One element was added at the end ($h.5[e])</h3>
26: first:last='b':'e'<br />
1.2 ! misha 27: first_key:last_key='2':'5'<br />
1.1 misha 28: <h3>One element was added at the middle ($h.3[cc])</h3>
29: first:last='b':'e'<br />
1.2 ! misha 30: first_key:last_key='2':'5'<br />
1.1 misha 31: <h3>_at on hash with 5 elements ($h[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])</h3>
1.2 ! misha 32: ^h._at(0)=a<br />
! 33: ^h._at(1)=b<br />
! 34: ^h._at(2)=c<br />
! 35: ^h._at(3)=d<br />
! 36: ^h._at(4)=e<br />
! 37: <br />
! 38: ^h._at(-1)=e<br />
! 39: ^h._at(-2)=d<br />
! 40: ^h._at(-3)=c<br />
! 41: ^h._at(-4)=b<br />
! 42: ^h._at(-5)=a<br />
! 43: <br />
! 44: ^h._at(0)[key]=1<br />
! 45: ^h._at(1)[key]=2<br />
! 46: ^h._at(2)[key]=3<br />
! 47: ^h._at(3)[key]=4<br />
! 48: ^h._at(4)[key]=5<br />
! 49: <br />
! 50: ^h._at(0)[value]=a<br />
! 51: ^h._at(1)[value]=b<br />
! 52: ^h._at(2)[value]=c<br />
! 53: ^h._at(3)[value]=d<br />
! 54: ^h._at(4)[value]=e<br />
! 55: <br />
! 56: ^h._at(0)[hash]='1':'a'<br />
! 57: ^h._at(1)[hash]='2':'b'<br />
! 58: ^h._at(2)[hash]='3':'c'<br />
! 59: ^h._at(3)[hash]='4':'d'<br />
! 60: ^h._at(4)[hash]='5':'e'<br />
! 61: <br />
! 62: <h3>The first element was replaced ($h.1[b&b])</h3>
! 63: ^h._at[first;hash]='1':'b&b'<br />
! 64: ^h._at(0)[key]=1<br />
! 65: ^h._at(0)[value]=b&b<br />
! 66: ^h._at(0)[hash]='1':'b&b'<br />
! 67: <h3>One element was added at the end ($h.[c&c][^taint[d&d]])</h3>
! 68: ^h._at(5)[key]=c&c<br />
! 69: ^h._at(5)[value]=d&d<br />
! 70: ^h._at(5)[hash]='c&c':'d&d'<br />
! 71: ^h._at[last;hash]='c&c':'d&d'<br />
! 72: <br />
! 73: ^h._at[]=<b>native method of hash (hash) accepts minimum 1 parameter(s) (0 present)</b><br />
! 74: ^h._at[first;key;hren]=<b>native method of hash (hash) accepts maximum 2 parameter(s) (3 present)</b><br />
! 75: ^h._at(1){code}=<b>type must be string (parameter #2)</b><br />
! 76: ^h._at(1)(true)=<b>is 'bool', it has no string representation</b><br />
! 77: ^h._at[hren]=<b>whence must be 'first', 'last' or expression</b><br />
! 78: ^h._at[first][hren]=<b>type must be 'key', 'value' or 'hash'</b><br />
! 79: ^h._at[last][hren]=<b>type must be 'key', 'value' or 'hash'</b><br />
! 80: ^h._at(1)[hren]=<b>type must be 'key', 'value' or 'hash'</b><br />
E-mail: