| 27 | |
| 28 | |
| 29 | class 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 | |
| 36 | class TabStop_Shell_InDefValue_Overwrite(_VimTest): |
nothing calls this directly
no test coverage detected