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

Class TabStop_Shell_InDefValue_Overwrite

test/test_Interpolation.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class TabStop_Shell_InDefValue_Overwrite(_VimTest):
37 skip_if = lambda self: running_on_windows()
38 snippets = ("test", "Hallo ${1:now `echo fromecho`} end")
39 keys = "test" + EX + "overwrite" + JF + "and more"
40 wanted = "Hallo overwrite endand more"
41
42
43class TabStop_Shell_TestEscapedChars_Overwrite(_VimTest):

Callers

nothing calls this directly

Calls 1

running_on_windowsFunction · 0.90

Tested by

no test coverage detected