mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00
test(oldtest): uncomment method call syntax uses
We should now be equal with Vim in regards to method call support of already ported built-ins. Enable all relevant commented-out uses of the syntax in tests that I could grep.
This commit is contained in:
@@ -121,8 +121,7 @@ func Test_system_with_shell_quote()
|
||||
let msg = printf('shell=%s shellxquote=%s', &shell, &shellxquote)
|
||||
|
||||
try
|
||||
" let out = 'echo 123'->system()
|
||||
let out = system('echo 123')
|
||||
let out = 'echo 123'->system()
|
||||
catch
|
||||
call assert_report(printf('%s: %s', msg, v:exception))
|
||||
continue
|
||||
|
Reference in New Issue
Block a user