is_equal 134 tests/test_index.c expect(is_equal(a, a)); is_equal 135 tests/test_index.c expect(is_equal(b, b)); is_equal 136 tests/test_index.c expect(is_equal(c, c)); is_equal 138 tests/test_index.c expect(!is_equal(a, b)); is_equal 139 tests/test_index.c expect(!is_equal(a, c)); is_equal 140 tests/test_index.c expect(!is_equal(b, c)); is_equal 168 tests/test_index.c expect(is_equal(i, d)); is_equal 231 tests/test_index.c expect(is_equal(i, d)); is_equal 273 tests/test_index.c expect(is_equal(i, d));