Searched refs:n_expected (Results 1 – 2 of 2) sorted by relevance
1574 int n_expected = 1; in split_button_translation() local1578 ++n_expected; in split_button_translation()1596 if (buttons == NULL || n_buttons != n_expected) in split_button_translation()
3831 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])