mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
test/old: skip failing ruby tests
These tests didn't pass in https://github.com/neovim/neovim/pull/9245
This commit is contained in:
@@ -12,6 +12,7 @@ func Test_ruby_change_buffer()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_ruby_evaluate_list()
|
func Test_ruby_evaluate_list()
|
||||||
|
throw 'skipped: TODO: '
|
||||||
call setline(line('$'), ['2 line 2'])
|
call setline(line('$'), ['2 line 2'])
|
||||||
ruby Vim.command("normal /^2\n")
|
ruby Vim.command("normal /^2\n")
|
||||||
let l = ["abc", "def"]
|
let l = ["abc", "def"]
|
||||||
@@ -34,6 +35,7 @@ func Test_ruby_evaluate_dict()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_rubydo()
|
func Test_rubydo()
|
||||||
|
throw 'skipped: TODO: '
|
||||||
" Check deleting lines does not trigger ml_get error.
|
" Check deleting lines does not trigger ml_get error.
|
||||||
new
|
new
|
||||||
call setline(1, ['one', 'two', 'three'])
|
call setline(1, ['one', 'two', 'three'])
|
||||||
|
Reference in New Issue
Block a user