File:  [parser3project] / parser3 / tests / results / 246.processed
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Aug 4 15:38:54 2010 UTC (16 years, 1 month ago) by misha
Branches: MAIN
CVS tags: release_3_4_3, release_3_4_2, release_3_4_1, HEAD
*** empty log message ***

Content-Type: text/html
Content-Length: 962

<h3>Empty hash ($h[^hash::create[]])</h3>
first:last='':''<br />
<h3>One element was added ($h.1[a])</h3>
first:last='a':'a'<br />
<h3>One element was deleted (^h.delete[1])</h3>
first:last='':''<br />
<h3>One element was added ($h.1[a])</h3>
first:last='a':'a'<br />
<h3>Hash with 5 elements ($h[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])</h3>
first:last='a':'e'<br />
<h3>The last element was deleted (^h.delete[5])</h3>
first:last='a':'d'<br />
<h3>The first element was deleted (^h.delete[1])</h3>
first:last='b':'d'<br />
<h3>One element was added at the end ($h.5[e])</h3>
first:last='b':'e'<br />
<h3>One element was added at the middle ($h.3[cc])</h3>
first:last='b':'e'<br />
<h3>_at on hash with 5 elements ($h[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])</h3>
^h._at(0)=a=<br />
^h._at(1)=b=<br />
^h._at(2)=c=<br />
^h._at(3)=d=<br />
^h._at(4)=e=<br />
<br />
^h._at(-1)=e=<br />
^h._at(-2)=d=<br />
^h._at(-3)=c=<br />
^h._at(-4)=b=<br />
^h._at(-5)=a=<br />

E-mail: