--- parser3/tests/214.html 2009/06/16 22:31:47 1.1
+++ parser3/tests/214.html 2009/06/16 22:35:38 1.2
@@ -4,12 +4,12 @@ $h[^hash::create[]]
$h.[$i][$.id[$i]]
}
-^h.foreach[k;v]{$k=$v.id}[, ]
+^print[$h]
$h2[^copy[$h]]
-^h2.foreach[k;v]{$k=$v.id}[, ]
+^print[$h2]
@@ -18,3 +18,9 @@ $result[^hash::create[]]
^h.foreach[k;]{
$result.[$k][$.id[$k]]
}
+
+
+@print[h;field][t]
+$t[^h._keys[]]
+^t.sort{$t.key}
+^t.menu{${t.key}=$h.[$t.key].id}[, ]
\ No newline at end of file