Lines Matching refs:simple
60 …call append(0, ['1 This is a simple test: abcd', '2 This is the second line', '3 this is the third…
70 …call append(0, ['4 This is a simple test: abcd', '5 This is the second line', '6 this is the third…
71 …call append(0, ['1 This is a simple test: abcd', '2 This is the second line', '3 this is the third…
75 …call assert_equal(['3 this is the third line', '4 This is a simple test: abcd', '5 This is the sec…
78 …call assert_equal(['', '4 This is a simple test: abcd', '5 This is the second line', '6 this is th…
2039 call append(0, 'This is a simple test: äüöß')
2041 call assert_equal('this is a simple test: äüöß', getline('.'))
2045 call assert_equal('this is a simple test: äüöss', getline('.'))
2049 call assert_equal('this is a simple test: äüöss', getline('.'))
2055 call assert_equal('THIS IS A simple test: äüöss', getline('.'))
2136 call append(0, 'This is a simple test: abcd')
2138 call assert_equal(['This is a simple test: abc', '', ''], getline(1,'$'))
2140 call assert_equal(['This is a', 'simple test: abc', '', ''], getline(1,'$'))
2142 call assert_equal(['This is a', 'simple ', ' abc', '', ''], getline('1', '$'))
2144 call setline(2, ['simple test: abc', ''])
2146 call assert_equal(['This is a', 'simple ', 'abc', '', '', ''], getline('1', '$'))