--- parser3/tests/results/014.processed 2010/07/25 06:27:56 1.7
+++ parser3/tests/results/014.processed 2015/02/03 09:34:02 1.8
@@ -1,19 +1,42 @@
Content-Type: text/html
-Content-Length: 481
+Content-Length: 1005
$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.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
-^c.contains[1] ? y
-^c.delete[2], ^c.contains[2] ? n
-^c.delete[$empty]
-^c.delete[]: error
-1='a1', 3='a3', 4='b4'
+
+$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