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

Class TabStop_Shell_TextInNextLine

test/test_Interpolation.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class TabStop_Shell_TextInNextLine(_VimTest):
23 skip_if = lambda self: running_on_windows()
24 snippets = ("test", "hi `echo hallo`\nWeiter")
25 keys = "test" + EX + "and more"
26 wanted = "hi hallo\nWeiterand more"
27
28
29class TabStop_Shell_InDefValue_Leave(_VimTest):

Callers

nothing calls this directly

Calls 1

running_on_windowsFunction · 0.90

Tested by

no test coverage detected