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

Class TabStop_Shell_SimpleExample

test/test_Interpolation.py:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class TabStop_Shell_SimpleExample(_VimTest):
9 skip_if = lambda self: running_on_windows()
10 snippets = ("test", "hi `echo hallo` you!")
11 keys = "test" + EX + "and more"
12 wanted = "hi hallo you!and more"
13
14
15class TabStop_Shell_WithUmlauts(_VimTest):

Callers

nothing calls this directly

Calls 1

running_on_windowsFunction · 0.90

Tested by

no test coverage detected