Diff for /parser3/tests/results/014.processed between versions 1.1.2.2.2.1 and 1.7

version 1.1.2.2.2.1, 2003/04/10 11:35:11 version 1.7, 2010/07/25 06:27:56
Line 1 Line 1
 content-type: text/html; charset=WINDOWS-1251  Content-Type: text/html
 content-length: 140  Content-Length: 481
   
 add:b3<br>  
 sub2:<br>  
 sub1:a1<br>  
 union3:b3<br>  
 union2:a2<br>  
 intersection3:<br>  
 intersection2:a2<br>  
 intersects:y<br>  
 intersects2:n<br>  
 <hr>  
   
   $a: 1='a1', 2='a2', 3='a3'<br />
   $b: 2='b2', 3='b3', 4='b4'<br />
   <br />
   ^a.add[$b]: 1='a1', 2='b2', 3='b3', 4='b4'<br />
   ^a.sub[$b]: 1='a1'<br />
   $c[^a.intersection[$b]]: 2='a2', 3='a3'<br />
   $c[^a.union[$b]]: 1='a1', 2='a2', 3='a3', 4='b4'<br />
   ^a.intersects[$b]? y<br />
   ^a.intersects[ ]? n<br />
   ^a.intersects[$.5[x5]]? n<br />
   ^c.contains[1] ? y<br />
   ^c.delete[2], ^c.contains[2] ? n<br />
   ^c.delete[$empty]<br />
   ^c.delete[]: error<br />
   1='a1', 3='a3', 4='b4'<br />
   <hr />
   

Removed from v.1.1.2.2.2.1  
changed lines
  Added in v.1.7


E-mail: