Removed some unicode symbols that confuse windows

This commit is contained in:
Holger Rapp 2011-03-25 08:27:19 +01:00
parent 09e4b7a708
commit 7f7adc1b9e

View File

@ -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"), )