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!"
|
wanted = "-Expand me!"
|
||||||
class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand3(_VimTest):
|
class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand3(_VimTest):
|
||||||
snippets = (("test", "Expand me!", "", "i"), )
|
snippets = (("test", "Expand me!", "", "i"), )
|
||||||
keys = u"ätest" + EX
|
keys = u"ßßtest" + EX
|
||||||
wanted = "äExpand me!"
|
wanted = "ßßExpand me!"
|
||||||
|
|
||||||
class _SnippetOptions_ExpandWordSnippets(_VimTest):
|
class _SnippetOptions_ExpandWordSnippets(_VimTest):
|
||||||
snippets = (("test", "Expand me!", "", "w"), )
|
snippets = (("test", "Expand me!", "", "w"), )
|
||||||
|
Loading…
Reference in New Issue
Block a user