--- parser3/tests/254.html 2010/09/05 20:59:54 1.2
+++ parser3/tests/254.html 2012/05/19 20:05:41 1.5
@@ -3,8 +3,17 @@
$a[ $.v1[1] $.v2[2] $.v3[3] ]
$b[^test::create[]]
+$c[$b]
+
^reflection:copy[$a;$b]
+Object uid: ^reflection:uid[$b]
+Same uid: ^reflection:uid[$c]
+
+$str[value] $c[$str]
+String uid: ^reflection:uid[$str]
+Same uid: ^reflection:uid[$c]
+
Object b:
^print[^hash::create[$b]]
@@ -13,7 +22,7 @@ Object b:
Hash a:
^print[$a]
-$string[$string]
+$string[string]
^try_catch{
^reflection:copy[$string;$a]
}