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:
Sean Dewar
2021-11-01 23:24:49 +00:00
parent 752ca2cb9f
commit 6e3e8c51c0
10 changed files with 21 additions and 39 deletions

View File

@@ -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