| 6 | |
| 7 | |
| 8 | class 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 | |
| 15 | class TabStop_Shell_WithUmlauts(_VimTest): |
nothing calls this directly
no test coverage detected