Add a test case for bug 1251994
This commit is contained in:
parent
dc313f8c7b
commit
f7c83ebbdb
8
test.py
8
test.py
@ -3033,6 +3033,14 @@ class DeleteCurrentTabStop3_JumpAround(_VimTest):
|
|||||||
|
|
||||||
# End: Normal mode editing #}}}
|
# End: Normal mode editing #}}}
|
||||||
|
|
||||||
|
# 1251994 {{{#
|
||||||
|
# Test for bug #1251994
|
||||||
|
class Bug1251994(_VimTest):
|
||||||
|
snippets = ("test", "${2:#2} ${1:#1};$0")
|
||||||
|
keys = " test" + EX + "hello" + JF + "world" + JF + "blub"
|
||||||
|
wanted = " world hello;blub"
|
||||||
|
# End: 1251994 #}}}
|
||||||
|
|
||||||
class VerifyVimDict1(_VimTest):
|
class VerifyVimDict1(_VimTest):
|
||||||
"""check:
|
"""check:
|
||||||
correct type (4 means vim dictionary)
|
correct type (4 means vim dictionary)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user