Annotation of parser3/tests/results/014.processed, revision 1.5
1.4 paf 1: content-type: text/html
1.5 ! misha 2: content-length: 482
1.2 paf 3:
1.5 ! misha 4: $a: 1='a1', 2='a2', 3='a3'<br />
! 5: $b: 2='b2', 3='b3', 4='b4'<br />
! 6: <br />
! 7: ^a.add[$b]: 1='a1', 2='b2', 3='b3', 4='b4'<br />
! 8: ^a.sub[$b]: 1='a1'<br />
! 9: $c[^a.intersection[$b]]: 2='a2', 3='a3'<br />
! 10: $c[^a.union[$b]]: 1='a1', 2='a2', 3='a3', 4='b4'<br />
! 11: ^a.intersects[$b]? y<br />
! 12: ^a.intersects[ ]? n<br />
! 13: ^a.intersects[$.5[x5]]? n<br />
! 14: ^c.contains[1] ? y<br />
! 15: ^c.delete[2], ^c.contains[2] ? n<br />
! 16: ^c.delete[$empty]<br />
! 17: ^c.delete[]: error<br />
! 18: 1='a1', 3='a3', 4='b4'<br />
! 19: <hr />
E-mail: