File:  [parser3project] / parser3 / tests / 281.html
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Jul 4 17:26:49 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, HEAD
tests updated after hash blocking removed (related to feature #1073)

@main[]

$h[ $.key[value] ]
^h.foreach[k;v]{ ^test[$h] }

@test[h]
non-blocking hash operations:

^h._count[]
$k[^h._keys[]]
$h2[^hash::create[$h]]
$b[^h.contains[key]]
^h.foreach[k;v]{$k=>$v}
^h._at(0)

hash no longer hash blocking operations:

$h.k[v]
$h.k2[v2]
^json:string[$h]

$h2[ $.k[v] ]
^h.sub[$h2]
^json:string[$h]

^h.delete[k2]
^json:string[$h]

E-mail: