mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor: rewrite python provider in lua
This commit is contained in:
@@ -169,7 +169,7 @@ func Test_Catch_Exception_Message()
|
||||
try
|
||||
py3 raise RuntimeError( 'TEST' )
|
||||
catch /.*/
|
||||
call assert_match('^Vim(.*):.*RuntimeError: TEST$', v:exception )
|
||||
call assert_match('^Vim(.*):.*RuntimeError: TEST.*$', v:exception )
|
||||
endtry
|
||||
endfunc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user