> ok(ut_cmp_identical(list(1,3,3,4), list(1,2,3,4)))not ok - ut_cmp_identical(list(1, 3, 3, 4), list(1, 2, 3, 4))# Test returned non-TRUE value:# [[1]]# [1] 1# # [[2]]# [[3]]# [1] 3# [[4]]# [1] 4> # --- list(1, 3, 3, 4)# +++ list(1, 2, 3, 4)# [1] [-3-]{+2+}