--- parser3/tests/281.html 2013/10/20 21:10:09 1.2
+++ parser3/tests/281.html 2016/07/04 17:26:49 1.3
@@ -13,9 +13,15 @@ $b[^h.contains[key]]
^h.foreach[k;v]{$k=>$v}
^h._at(0)
-blocking hash operations:
+hash no longer hash blocking operations:
+
+$h.k[v]
+$h.k2[v2]
+^json:string[$h]
$h2[ $.k[v] ]
-^try-catch{ ^h2.sub[$h] }
-^try-catch{ $h.k[v] }
-^try-catch{ ^h.delete[k] }
+^h.sub[$h2]
+^json:string[$h]
+
+^h.delete[k2]
+^json:string[$h]