Fix completed snippet feature
This commit is contained in:
@@ -8,5 +8,9 @@ function! s:suite.get_in_paren()
|
||||
\ 'foobar, baz')
|
||||
call s:assert.equals(neosnippet#handlers#_get_in_paren('(foobar, (baz))'),
|
||||
\ 'foobar, (baz)')
|
||||
call s:assert.equals(neosnippet#handlers#_get_in_paren('foobar('),
|
||||
\ '')
|
||||
call s:assert.equals(neosnippet#handlers#_get_in_paren('foobar(fname)'),
|
||||
\ 'fname')
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user