--- parser3/tests/281.html 2012/06/13 22:53:47 1.1
+++ parser3/tests/281.html 2016/07/04 17:26:49 1.3
@@ -13,17 +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]
-@try_catch[code]
-^try{
- $code
-}{
- $exception.handled(true)
- $result[Exception: $exception.source - $exception.comment]
-}
+^h.delete[k2]
+^json:string[$h]