mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
patch 8.2.0558: Vim9: dict code not covered by tests
Problem: Vim9: dict code not covered by tests. Solution: Remove dead code, adjust test case.
This commit is contained in:
@@ -767,7 +767,7 @@ def Test_expr7_dict()
|
||||
|
||||
call CheckDefFailure("let x = #{8: 8}", 'E1014:')
|
||||
call CheckDefFailure("let x = #{xxx}", 'E720:')
|
||||
call CheckDefFailure("let x = #{xxx: 1", 'E723:')
|
||||
call CheckDefFailureMult(["let x = #{xxx: 1", "let y = 2"], 'E722:')
|
||||
call CheckDefFailure("let x = #{xxx: 1,", 'E723:')
|
||||
call CheckDefFailure("let x = {'a': xxx}", 'E1001:')
|
||||
call CheckDefFailure("let x = {xxx: 8}", 'E1001:')
|
||||
|
Reference in New Issue
Block a user