diff --git a/pkg/arvo/tests/sys/hoon/list.hoon b/pkg/arvo/tests/sys/hoon/list.hoon index cdff49daf..720914171 100644 --- a/pkg/arvo/tests/sys/hoon/list.hoon +++ b/pkg/arvo/tests/sys/hoon/list.hoon @@ -55,6 +55,11 @@ %+ expect-eq !> ~ !> (find `(list @)`~[6] l) + :: Checks for incomplete match + :: + %+ expect-eq + !> ~ + !> (find "bcd" "abc") == :: ++ test-list-flop diff --git a/pkg/arvo/tests/sys/hoon/map.hoon b/pkg/arvo/tests/sys/hoon/map.hoon index 9f9e15c3d..3ea30f6cc 100644 --- a/pkg/arvo/tests/sys/hoon/map.hoon +++ b/pkg/arvo/tests/sys/hoon/map.hoon @@ -123,7 +123,7 @@ :: :: and the ordering 1 < 2 < 3. :: - :: 1 should be in the left brach and 3 in the right one. + :: 1 should be in the left branch and 3 in the right one. :: =/ balanced-a=(map @ @) [[2 2] [[1 1] ~ ~] [[3 3] ~ ~]] :: doesn't follow vertical ordering diff --git a/pkg/arvo/tests/sys/hoon/set.hoon b/pkg/arvo/tests/sys/hoon/set.hoon index f0bfafc9b..77ce543d2 100644 --- a/pkg/arvo/tests/sys/hoon/set.hoon +++ b/pkg/arvo/tests/sys/hoon/set.hoon @@ -92,7 +92,7 @@ :: 1.923.673.882 :: :: and the ordering 1 < 2 < 3. - :: 1 should be in the left brach and 3 in the right one. + :: 1 should be in the left branch and 3 in the right one. :: =/ balanced-a=(set @) [2 [1 ~ ~] [3 ~ ~]] :: Doesn't follow vertical ordering