Home
last modified time | relevance | path

Searched refs:n_expected (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk.c1574 int n_expected = 1; in split_button_translation() local
1578 ++n_expected; in split_button_translation()
1596 if (buttons == NULL || n_buttons != n_expected) in split_button_translation()
/vim-8.2.3635/src/testdir/
H A Dtest_python3.vim3831 let n_expected = len(expected)
3833 call assert_equal(n_expected, n_actual, 'number of lines to compare')
3837 for i in range(n_expected > n_actual ? n_expected : n_actual)
3838 call assert_equal(i >= n_expected ? '' : expected[i], i >= n_actual ? '' : actual[i])