Lines Matching refs:remove
129 call assert_equal(['send: 0:remove/35 1 1', '35'], l[-2:])
341 call assert_match('2:remove=\d\+ 0 9', l[-1])
350 call assert_match('2:remove=\d\+ 16 1', l[-4])
352 call assert_match('2:remove=\d\+ 18 0', l[-2])
366 call assert_match('2:remove=\d\+ 26 8', l[-2])
374 call assert_match('2:remove=\d\+ 0 8', l[-6])
376 call assert_match('2:remove=\d\+ 9 8', l[-4])
378 call assert_match('2:remove=\d\+ 18 9', l[-2])
386 call assert_match('2:remove=\d\+ 4 4', l[-2])
394 call assert_match('2:remove=\d\+ 0 9', l[-4])
396 call assert_match('2:remove=\d\+ 7 1', l[-2])
404 call assert_match('2:remove=\d\+ 0 9', l[-4])
406 call assert_match('2:remove=\d\+ 7 1', l[-2])
533 " remove test
537 call assert_equal(['send: 3:remove/73 3 4', '73'], l[-2:])
541 " remove with invalid offset
545 call assert_equal(['send: 3:remove/74 900 4', '74 !bad position'], l[-2:])
548 " remove with invalid count
552 call assert_equal(['send: 3:remove/75 1 800', '75 !bad count'], l[-2:])