MCPcopy
hub / github.com/SirVer/ultisnips / TabStop_Shell_TestEscapedChars_Overwrite

Class TabStop_Shell_TestEscapedChars_Overwrite

test/test_Interpolation.py:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43class TabStop_Shell_TestEscapedChars_Overwrite(_VimTest):
44 skip_if = lambda self: running_on_windows()
45 snippets = ("test", r"""`echo \`echo "\\$hi"\``""")
46 keys = "test" + EX
47 wanted = "$hi"
48
49
50class TabStop_Shell_TestEscapedCharsAndShellVars_Overwrite(_VimTest):

Callers

nothing calls this directly

Calls 1

running_on_windowsFunction · 0.90

Tested by

no test coverage detected