| 20 | |
| 21 | |
| 22 | class 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 | |
| 29 | class TabStop_Shell_InDefValue_Leave(_VimTest): |
nothing calls this directly
no test coverage detected