--- parser3/tests/results/014.processed 2003/02/26 10:17:35 1.1.2.1 +++ parser3/tests/results/014.processed 2015/02/03 09:34:02 1.8 @@ -1,32 +1,42 @@ -content-type: text/html; charset=windows-1251 -content-length: 159 +Content-Type: text/html +Content-Length: 1005 - - - -add:b3
- - - - -sub2:
-sub1:a1
- - - - -union3:b3
-union2:a2
- - - - -intersection3:
-intersection2:a2
- - - -intersects:y
-intersects2:n
- -
\ No newline at end of file +$a: 1='a1', 2='a2', 3='a3'
+$b: 2='b2', 3='b3', 4='b4'
+^a.add[$b]
+$a: 1='a1', 2='b2', 3='b3', 4='b4'
+
+$a: 1='a1', 2='a2', 3='a3'
+$b: 2='b2', 3='b3', 4='b4'
+^a.sub[$b]
+$a: 1='a1'
+
+$a: 1='a1', 2='a2', 3='a3'
+$b: 2='b2', 3='b3', 4='b4'
+$d[^a.intersection[$b]], $d: 2='a2', 3='a3'
+
+$a: 1='a1', 2='a2', 3='a3'
+$b: 2='b2', 3='b3', 4='b4'
+$d[^a.union[$b]], $d: 1='a1', 2='a2', 3='a3', 4='b4'
+
+$a: 1='a1', 2='a2', 3='a3'
+$b: 2='b2', 3='b3', 4='b4'
+^a.intersects[$b]? y
+^a.intersects[ ]? n
+^a.intersects[$.5[x5]]? n
+
+$a: 1='a1', 2='a2', 3='a3'
+^a.contains[1] ? y
+^a.contains[2] ? y
+^a.delete[2]
+^a.contains[2] ? n
+$a: 1='a1', 3='a3'
+
+$c: 1='a1', 2='a2', 3='a3', 4='b4'
+^c.delete[$VOID]
+$c: 1='a1', 2='a2', 3='a3', 4='b4'
+
+$c: 1='a1', 2='a2', 3='a3', 4='b4'
+^c.delete[]:
+$c: empty
+
\ No newline at end of file