forked from aniani/vim
patch 8.2.4809: various things no6 properly tested
Problem: Various things no6 properly tested. Solution: Add various test cases. (Yegappan Lakshmanan, closes #10259)
This commit is contained in:
committed by
Bram Moolenaar
parent
33d3ce640c
commit
885de449c0
@@ -3779,6 +3779,16 @@ def Test_unsupported_commands()
|
||||
END
|
||||
v9.CheckDefAndScriptFailure(lines, ['E476:', 'E492:'])
|
||||
|
||||
lines =<< trim END
|
||||
:k a
|
||||
END
|
||||
v9.CheckDefAndScriptFailure(lines, 'E1100:')
|
||||
|
||||
lines =<< trim END
|
||||
:1k a
|
||||
END
|
||||
v9.CheckDefAndScriptFailure(lines, 'E481:')
|
||||
|
||||
lines =<< trim END
|
||||
t
|
||||
END
|
||||
|
Reference in New Issue
Block a user