Lines Matching refs:expected
20 let expected = [
30 call assert_equal([expected[i - 1]], ScreenLines(i, '$'->virtcol()))
34 let expected = [
44 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
50 let expected = [
60 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
67 let expected = [
77 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
84 let expected = [
94 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
129 let expected = [
140 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
143 call assert_equal(expected, split(execute("%list"), "\n"))
159 let expected = [
170 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
173 call assert_equal(expected, split(execute("%list"), "\n"))
178 let expected = [
189 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
192 call assert_equal(expected, split(execute("%list"), "\n"))
196 let expected = [
207 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
210 call assert_equal(expected, split(execute("%list"), "\n"))
216 let expected = [
227 call assert_equal([expected[i - 1]], ScreenLines(i, virtcol('$')))
230 call assert_equal(expected, split(execute("%list"), "\n"))
240 let expected = '>X< '
244 call assert_equal([expected], ScreenLines(1, virtcol('$')))
249 call assert_equal([expected], ScreenLines(1, virtcol('$')))
258 let expected = repeat('A', &columns)
262 call assert_equal([expected], ScreenLines(1, &columns))
265 let expected = expected[:-2] . 'Z'
268 call assert_equal([expected], ScreenLines(1, &columns))
286 let expected = ['≡≢≣≡≢≣≡≢a←↔↔↔↔↔→b␣c≠d≡≢⇔']
289 call assert_equal(expected, ScreenLines(1, virtcol('$')))
293 call assert_equal(expected, ScreenLines(1, virtcol('$')))
296 let expected = ['⇨⇨⇨⇨⇨⇨⇨⇨a←↔↔↔↔↔→b␣c≠d⇦⇦⇔']
299 call assert_equal(expected, ScreenLines(1, virtcol('$')))
364 let expected = [
369 call assert_equal(expected, ScreenLines(1, virtcol('$')))
376 func s:CheckListCharsValue(expected) argument
377 call assert_equal(a:expected, &listchars)
378 call assert_equal(a:expected, getwinvar(0, '&listchars'))