--- parser3/tests/results/014.processed 2003/07/24 11:25:59 1.2
+++ parser3/tests/results/014.processed 2010/07/25 06:27:56 1.7
@@ -1,13 +1,19 @@
-content-type: text/html; charset=WINDOWS-1251
-content-length: 140
+Content-Type: text/html
+Content-Length: 481
-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]: 1='a1', 2='b2', 3='b3', 4='b4'
+^a.sub[$b]: 1='a1'
+$c[^a.intersection[$b]]: 2='a2', 3='a3'
+$c[^a.union[$b]]: 1='a1', 2='a2', 3='a3', 4='b4'
+^a.intersects[$b]? y
+^a.intersects[ ]? n
+^a.intersects[$.5[x5]]? n
+^c.contains[1] ? y
+^c.delete[2], ^c.contains[2] ? n
+^c.delete[$empty]
+^c.delete[]: error
+1='a1', 3='a3', 4='b4'
+
\ No newline at end of file