Correct encoding of test.py
This commit is contained in:
parent
62231439f0
commit
cacecfc9e2
6
test.py
6
test.py
@ -95,7 +95,7 @@ WIN_REPLACES = [
|
|||||||
# most systems, `+Space = "` ". I work around this, by sending the host
|
# most systems, `+Space = "` ". I work around this, by sending the host
|
||||||
# ` as `+_+BS. Awkward, but the only way I found to get this working.
|
# ` as `+_+BS. Awkward, but the only way I found to get this working.
|
||||||
("`", "`_{BS}"),
|
("`", "`_{BS}"),
|
||||||
("´", "´_{BS}"),
|
("´", "´_{BS}"),
|
||||||
("{^}", "{^}_{BS}"),
|
("{^}", "{^}_{BS}"),
|
||||||
]
|
]
|
||||||
def convert_keys(keys):
|
def convert_keys(keys):
|
||||||
@ -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 = "öätest" + EX
|
keys = "öä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