| 34 | |
| 35 | |
| 36 | class 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 | |
| 43 | class TabStop_Shell_TestEscapedChars_Overwrite(_VimTest): |
nothing calls this directly
no test coverage detected