eval: Move part of dictwatcher* functions to eval/typval

This commit is contained in:
ZyX
2016-12-04 21:58:19 +03:00
parent 5239616297
commit 1e3e302dc2
5 changed files with 112 additions and 65 deletions

View File

@@ -80,8 +80,7 @@ describe('NULL', function()
null_list_test('is accepted by :cexpr', 'cexpr L', 'Vim(cexpr):E777: String or List expected')
-- FIXME should not error out
null_list_test('is accepted by :lexpr', 'lexpr L', 'Vim(lexpr):E777: String or List expected')
-- FIXME should not error out
null_list_test('is accepted by :for', 'for x in L|throw x|endfor', 'Vim(for):E714: List required')
null_list_test('is accepted by :for', 'for x in L|throw x|endfor', 0)
-- Subjectable behaviour