Removed some unicode symbols that confuse windows
This commit is contained in:
parent
09e4b7a708
commit
7f7adc1b9e
4
test.py
4
test.py
@ -1579,8 +1579,8 @@ class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand2(_VimTest):
|
||||
wanted = "-Expand me!"
|
||||
class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand3(_VimTest):
|
||||
snippets = (("test", "Expand me!", "", "i"), )
|
||||
keys = u"ätest" + EX
|
||||
wanted = "äExpand me!"
|
||||
keys = u"ßßtest" + EX
|
||||
wanted = "ßßExpand me!"
|
||||
|
||||
class _SnippetOptions_ExpandWordSnippets(_VimTest):
|
||||
snippets = (("test", "Expand me!", "", "w"), )
|
||||
|
Loading…
Reference in New Issue
Block a user