kc3-lang/harfbuzz/test/api/test-map.c

Branch :


Log

Author Commit Date CI Message
155e1e63 2025-04-06 03:49:15 [test/api] Use g_assert_true instead of g_assert The latter terminates the program. The former marks the test as failing.
c08f1b89 2021-08-10 12:29:32 [map] fix incorrect population count in hash map. If the same key was set twice the population was being incorrectly incremented.
1e09add2 2018-12-12 01:32:01 test/api: Fix building on pre-C99 compilers Ensure variables are declared at the top of the block.
4e09fb8f 2018-10-19 19:59:41 Oops. Fix build
9e288d29 2018-10-19 19:47:27 [test-map] Cosmetic
114f66dd 2018-10-19 12:05:26 Fix hb_map_is_empty logic This needs reviewing
9df2fb16 2018-10-19 12:04:47 Add API tests for hb_map_t