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

Class TabStop_Shell_InDefValue_Leave

test/test_Interpolation.py:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class TabStop_Shell_InDefValue_Leave(_VimTest):
30 skip_if = lambda self: running_on_windows()
31 snippets = ("test", "Hallo ${1:now `echo fromecho`} end")
32 keys = "test" + EX + JF + "and more"
33 wanted = "Hallo now fromecho endand more"
34
35
36class TabStop_Shell_InDefValue_Overwrite(_VimTest):

Callers

nothing calls this directly

Calls 1

running_on_windowsFunction · 0.90

Tested by

no test coverage detected