Files
source/Y/ck_assert_int_eq.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

129 lines
25 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>ck_assert_int_eq</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/tests--lib--search--hex_translate_to_regex.c.html#L166'>ck_assert_int_eq</a> 166 tests/lib/search/hex_translate_to_regex.c ck_assert_int_eq (error, data-&gt;expected_error);</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L207'>ck_assert_int_eq</a> 207 tests/lib/search/regex_replace_esc_seq.c ck_assert_int_eq (actual_result, data-&gt;expected_result);</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L208'>ck_assert_int_eq</a> 208 tests/lib/search/regex_replace_esc_seq.c ck_assert_int_eq (actual_skipped_len, data-&gt;expected_skipped_len);</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L209'>ck_assert_int_eq</a> 209 tests/lib/search/regex_replace_esc_seq.c ck_assert_int_eq (actual_flags, data-&gt;expected_flags);</span>
<span class='curline'><a href='../S/tests--lib--serialize.c.html#L145'>ck_assert_int_eq</a> 145 tests/lib/serialize.c ck_assert_int_eq (error-&gt;code, data-&gt;expected_error_code);</span>
<span class='curline'><a href='../S/tests--lib--serialize.c.html#L268'>ck_assert_int_eq</a> 268 tests/lib/serialize.c ck_assert_int_eq (error-&gt;code, data-&gt;expected_error_code);</span>
<span class='curline'><a href='../S/tests--lib--serialize.c.html#L297'>ck_assert_int_eq</a> 297 tests/lib/serialize.c ck_assert_int_eq (mc_config_get_int (actual, "group2", "param2", 0), 123456);</span>
<span class='curline'><a href='../S/tests--lib--serialize.c.html#L309'>ck_assert_int_eq</a> 309 tests/lib/serialize.c ck_assert_int_eq (mc_config_get_int (actual, "group4", "param2", 0), 654321);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L70'>ck_assert_int_eq</a> 70 tests/lib/strutil/filevercmp.c ck_assert_int_eq (sign (nresult), sign (result));</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L106'>ck_assert_int_eq</a> 106 tests/lib/strutil/filevercmp.c ck_assert_int_eq (sign (actual_result), sign (data-&gt;expected_result));</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L209'>ck_assert_int_eq</a> 209 tests/lib/strutil/filevercmp.c ck_assert_int_eq ((size_t) _i, _j);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L241'>ck_assert_int_eq</a> 241 tests/lib/strutil/filevercmp.c ck_assert_int_eq ((size_t) _i, _j);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L274'>ck_assert_int_eq</a> 274 tests/lib/strutil/filevercmp.c ck_assert_int_eq ((size_t) _i, _j);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L327'>ck_assert_int_eq</a> 327 tests/lib/strutil/filevercmp.c ck_assert_int_eq (test_filevercmp (i, j), 0);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L328'>ck_assert_int_eq</a> 328 tests/lib/strutil/filevercmp.c ck_assert_int_eq (test_filevercmp (j, i), 0);</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_verscmp.c.html#L91'>ck_assert_int_eq</a> 91 tests/lib/strutil/str_verscmp.c ck_assert_int_eq (sign (actual_result), sign (data-&gt;expected_result));</span>
<span class='curline'><a href='../S/tests--lib--terminal.c.html#L90'>ck_assert_int_eq</a> 90 tests/lib/terminal.c ck_assert_int_eq (sizeof (s_orig), 25);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L56'>ck_assert_int_eq</a> 56 tests/lib/tty.c ck_assert_int_eq (my_exit__status__captured, 1);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L72'>ck_assert_int_eq</a> 72 tests/lib/tty.c ck_assert_int_eq (my_exit__status__captured, 0);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L73'>ck_assert_int_eq</a> 73 tests/lib/tty.c ck_assert_int_eq (actual_result_force_false, 0);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L74'>ck_assert_int_eq</a> 74 tests/lib/tty.c ck_assert_int_eq (actual_result_force_true, 1);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L89'>ck_assert_int_eq</a> 89 tests/lib/tty.c ck_assert_int_eq (my_exit__status__captured, 0);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L90'>ck_assert_int_eq</a> 90 tests/lib/tty.c ck_assert_int_eq (actual_result_force_false, 1);</span>
<span class='curline'><a href='../S/tests--lib--tty.c.html#L91'>ck_assert_int_eq</a> 91 tests/lib/tty.c ck_assert_int_eq (actual_result_force_true, 1);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L200'>ck_assert_int_eq</a> 200 tests/lib/utilunix__mc_pstream_get_string.c ck_assert_int_eq (stream.pos, data-&gt;pos[j]);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L206'>ck_assert_int_eq</a> 206 tests/lib/utilunix__mc_pstream_get_string.c ck_assert_int_eq (ret-&gt;len, data-&gt;len[j]);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L236'>ck_assert_int_eq</a> 236 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (_act-&gt;sa_flags, 0); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L253'>ck_assert_int_eq</a> 253 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (sigaction_signum__captured-&gt;len, 6); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L255'>ck_assert_int_eq</a> 255 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 0)), SIGINT); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L256'>ck_assert_int_eq</a> 256 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 1)), SIGQUIT); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L257'>ck_assert_int_eq</a> 257 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 2)), SIGTSTP); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L258'>ck_assert_int_eq</a> 258 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 3)), SIGINT); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L259'>ck_assert_int_eq</a> 259 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 4)), SIGQUIT); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L260'>ck_assert_int_eq</a> 260 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 5)), SIGTSTP); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L295'>ck_assert_int_eq</a> 295 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (signal_signum__captured-&gt;len, 4); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L296'>ck_assert_int_eq</a> 296 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 0)), SIGINT); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L297'>ck_assert_int_eq</a> 297 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 1)), SIGQUIT); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L298'>ck_assert_int_eq</a> 298 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 2)), SIGTSTP); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L299'>ck_assert_int_eq</a> 299 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 3)), SIGCHLD); \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L46'>ck_assert_int_eq</a> 46 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (actual_value, 0);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L52'>ck_assert_int_eq</a> 52 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured-&gt;len, 2);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L59'>ck_assert_int_eq</a> 59 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (my_exit__status__captured, 127);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L75'>ck_assert_int_eq</a> 75 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (actual_value, 0);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L81'>ck_assert_int_eq</a> 81 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured-&gt;len, 3);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L89'>ck_assert_int_eq</a> 89 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (my_exit__status__captured, 127);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L105'>ck_assert_int_eq</a> 105 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (actual_value, 0);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L111'>ck_assert_int_eq</a> 111 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (execvp__args__captured-&gt;len, 11);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L127'>ck_assert_int_eq</a> 127 tests/lib/utilunix__my_system-fork_child.c ck_assert_int_eq (my_exit__status__captured, 127);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L46'>ck_assert_int_eq</a> 46 tests/lib/utilunix__my_system-fork_child_shell.c ck_assert_int_eq (actual_value, 0);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L52'>ck_assert_int_eq</a> 52 tests/lib/utilunix__my_system-fork_child_shell.c ck_assert_int_eq (execvp__args__captured-&gt;len, 3);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L60'>ck_assert_int_eq</a> 60 tests/lib/utilunix__my_system-fork_child_shell.c ck_assert_int_eq (my_exit__status__captured, 127);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_fail.c.html#L50'>ck_assert_int_eq</a> 50 tests/lib/utilunix__my_system-fork_fail.c ck_assert_int_eq (actual_value, -1);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_fail.c.html#L54'>ck_assert_int_eq</a> 54 tests/lib/utilunix__my_system-fork_fail.c ck_assert_int_eq (signal_signum__captured-&gt;len, 0);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L130'>ck_assert_int_eq</a> 130 tests/lib/vfs/path_cmp.c ck_assert_int_eq (actual_result, data-&gt;expected_result);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_cmp.c.html#L219'>ck_assert_int_eq</a> 219 tests/lib/vfs/path_cmp.c ck_assert_int_eq (actual_result, data-&gt;expected_result);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L114'>ck_assert_int_eq</a> 114 tests/lib/vfs/path_len.c ck_assert_int_eq (actual_length_terminal_encoding, data-&gt;expected_length_terminal_encoding);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L115'>ck_assert_int_eq</a> 115 tests/lib/vfs/path_len.c ck_assert_int_eq (actual_length_element_encoding, data-&gt;expected_length_element_encoding);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L155'>ck_assert_int_eq</a> 155 tests/lib/vfs/path_manipulations.c ck_assert_int_eq (tokens_count, data-&gt;expected_token_count);</span>
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L340'>ck_assert_int_eq</a> 340 tests/lib/vfs/path_manipulations.c ck_assert_int_eq (vfs_path_elements_count (vpath3), data-&gt;expected_element_count);</span>
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L144'>ck_assert_int_eq</a> 144 tests/lib/vfs/relative_cd.c ck_assert_int_eq (actual_result, 0);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L95'>ck_assert_int_eq</a> 95 tests/lib/vfs/vfs_adjust_stat.c ck_assert_int_eq (data-&gt;etalon_stat.st_blocks, expected_stat.st_blocks);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_adjust_stat.c.html#L97'>ck_assert_int_eq</a> 97 tests/lib/vfs/vfs_adjust_stat.c ck_assert_int_eq (0, 0);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L270'>ck_assert_int_eq</a> 270 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (actual_result, data-&gt;expected_result);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L275'>ck_assert_int_eq</a> 275 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_dev, test_stat.st_dev);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L276'>ck_assert_int_eq</a> 276 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_ino, test_stat.st_ino);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L277'>ck_assert_int_eq</a> 277 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_mode, test_stat.st_mode);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L278'>ck_assert_int_eq</a> 278 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_uid, test_stat.st_uid);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L279'>ck_assert_int_eq</a> 279 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_gid, test_stat.st_gid);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L281'>ck_assert_int_eq</a> 281 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_rdev, test_stat.st_rdev);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L283'>ck_assert_int_eq</a> 283 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_size, test_stat.st_size);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L285'>ck_assert_int_eq</a> 285 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_blksize, test_stat.st_blksize);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L288'>ck_assert_int_eq</a> 288 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_blocks, test_stat.st_blocks);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L298'>ck_assert_int_eq</a> 298 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (0, test_stat.st_atim.tv_nsec);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L299'>ck_assert_int_eq</a> 299 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (0, test_stat.st_mtim.tv_nsec);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L300'>ck_assert_int_eq</a> 300 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (0, test_stat.st_ctim.tv_nsec);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L191'>ck_assert_int_eq</a> 191 tests/lib/vfs/vfs_path_string_convert.c ck_assert_int_eq (vpath_len, data-&gt;expected_elements_count);</span>
<span class='curline'><a href='../S/tests--lib--widget--complete_engine.c.html#L138'>ck_assert_int_eq</a> 138 tests/lib/widget/complete_engine.c ck_assert_int_eq (try_complete__lc_start__captured, data-&gt;expected_start);</span>
<span class='curline'><a href='../S/tests--lib--widget--complete_engine.c.html#L139'>ck_assert_int_eq</a> 139 tests/lib/widget/complete_engine.c ck_assert_int_eq (try_complete__lc_end__captured, data-&gt;expected_end);</span>
<span class='curline'><a href='../S/tests--lib--widget--complete_engine.c.html#L140'>ck_assert_int_eq</a> 140 tests/lib/widget/complete_engine.c ck_assert_int_eq (try_complete__flags__captured, data-&gt;input_completion_flags);</span>
<span class='curline'><a href='../S/tests--lib--widget--hotkey_equal.c.html#L121'>ck_assert_int_eq</a> 121 tests/lib/widget/hotkey_equal.c ck_assert_int_eq (result, data-&gt;expected_result);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L79'>ck_assert_int_eq</a> 79 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0-&gt;rect.y, 21);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L80'>ck_assert_int_eq</a> 80 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0-&gt;rect.x, 21);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L82'>ck_assert_int_eq</a> 82 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)-&gt;rect.y, 25);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L83'>ck_assert_int_eq</a> 83 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)-&gt;rect.x, 25);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L85'>ck_assert_int_eq</a> 85 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1-&gt;rect.y, 30);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L86'>ck_assert_int_eq</a> 86 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1-&gt;rect.x, 30);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L88'>ck_assert_int_eq</a> 88 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)-&gt;rect.y, 40);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L89'>ck_assert_int_eq</a> 89 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)-&gt;rect.x, 40);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L91'>ck_assert_int_eq</a> 91 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2-&gt;rect.y, 55);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L92'>ck_assert_int_eq</a> 92 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2-&gt;rect.x, 55);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L99'>ck_assert_int_eq</a> 99 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0-&gt;rect.y, 1);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L100'>ck_assert_int_eq</a> 100 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0-&gt;rect.x, 1);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L103'>ck_assert_int_eq</a> 103 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)-&gt;rect.y, 5);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L104'>ck_assert_int_eq</a> 104 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)-&gt;rect.x, 5);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L106'>ck_assert_int_eq</a> 106 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1-&gt;rect.y, 10);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L107'>ck_assert_int_eq</a> 107 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1-&gt;rect.x, 10);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L109'>ck_assert_int_eq</a> 109 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)-&gt;rect.y, 20);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L110'>ck_assert_int_eq</a> 110 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)-&gt;rect.x, 20);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L112'>ck_assert_int_eq</a> 112 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2-&gt;rect.y, 35);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L113'>ck_assert_int_eq</a> 113 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2-&gt;rect.x, 35);</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L261'>ck_assert_int_eq</a> 261 tests/src/editor/edit_complete_word_cmd.c ck_assert_int_eq (g_queue_get_length (edit_completion_dialog_show__compl),</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L263'>ck_assert_int_eq</a> 263 tests/src/editor/edit_complete_word_cmd.c ck_assert_int_eq (edit_completion_dialog_show__max_width, data-&gt;expected_max_width);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L156'>ck_assert_int_eq</a> 156 tests/src/execute__execute_external_editor_or_viewer.c ck_assert_int_eq (execute_external_cmd_opts__start_line__captured, 123);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L160'>ck_assert_int_eq</a> 160 tests/src/execute__execute_external_editor_or_viewer.c ck_assert_int_eq (do_executev__flags__captured, EXECUTE_INTERNAL);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L161'>ck_assert_int_eq</a> 161 tests/src/execute__execute_external_editor_or_viewer.c ck_assert_int_eq (do_executev__argv__captured-&gt;len, 7);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L63'>ck_assert_int_eq</a> 63 tests/src/execute__execute_with_vfs_arg.c ck_assert_int_eq (vfs_file_is_local__vpath__captured-&gt;len, 1);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L71'>ck_assert_int_eq</a> 71 tests/src/execute__execute_with_vfs_arg.c ck_assert_int_eq (do_execute__flags__captured, EXECUTE_INTERNAL);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L97'>ck_assert_int_eq</a> 97 tests/src/execute__execute_with_vfs_arg.c ck_assert_int_eq (vfs_file_is_local__vpath__captured-&gt;len, 2);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L130'>ck_assert_int_eq</a> 130 tests/src/execute__execute_with_vfs_arg.c ck_assert_int_eq (vfs_file_is_local__vpath__captured-&gt;len, 1);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L167'>ck_assert_int_eq</a> 167 tests/src/execute__execute_with_vfs_arg.c ck_assert_int_eq (vfs_file_is_local__vpath__captured-&gt;len, 1);</span>
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L174'>ck_assert_int_eq</a> 174 tests/src/execute__execute_with_vfs_arg.c ck_assert_int_eq (mc_stat__vpath__captured-&gt;len, 2);</span>
<span class='curline'><a href='../S/tests--src--filemanager--cd_to.c.html#L137'>ck_assert_int_eq</a> 137 tests/src/filemanager/cd_to.c ck_assert_int_eq (do_cd__cd_type__captured, cd_parse_command);</span>
<span class='curline'><a href='../S/tests--src--filemanager--filegui_is_wildcarded.c.html#L89'>ck_assert_int_eq</a> 89 tests/src/filemanager/filegui_is_wildcarded.c ck_assert_int_eq (actual_result, data-&gt;expected_result);</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_condition.c.html#L121'>ck_assert_int_eq</a> 121 tests/src/usermenu__test_condition.c ck_assert_int_eq (result, data-&gt;expected_value);</span>
</pre>
</body>
</html>