mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
patch 8.2.4296: Vim9: not all code covered by tests
Problem: Vim9: not all code covered by tests. Solution: Add a few more tests for corner cases. Fix hang when single quote is missing.
This commit is contained in:
@@ -1833,6 +1833,7 @@ def Test_expr8_string()
|
||||
|
||||
v9.CheckDefAndScriptFailure(['var x = "abc'], 'E114:', 1)
|
||||
v9.CheckDefAndScriptFailure(["var x = 'abc"], 'E115:', 1)
|
||||
v9.CheckDefFailure(["if 0", "echo 'xx", "endif"], 'E115', 2)
|
||||
enddef
|
||||
|
||||
def Test_expr8_vimvar()
|
||||
|
Reference in New Issue
Block a user