One error in last commit
This commit is contained in:
parent
da71206fce
commit
e34fac23ff
2
test.py
2
test.py
@ -2038,7 +2038,7 @@ class SnippetOptions_Regex_Multiple(_VimTest):
|
||||
wanted = "Expand me!"
|
||||
|
||||
class _Regex_Self(_VimTest):
|
||||
snippets = (u"((?<=\W)|^)(\.)", "self.", "", "r")
|
||||
snippets = ("((?<=\W)|^)(\.)", "self.", "", "r")
|
||||
class SnippetOptions_Regex_Self_Start(_Regex_Self):
|
||||
keys = "." + EX
|
||||
wanted = "self."
|
||||
|
Loading…
Reference in New Issue
Block a user