We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947000d commit 20eeb61Copy full SHA for 20eeb61
1 file changed
src/testdir/test_crypt.vim
@@ -19,24 +19,3 @@ endfunc
19
func Test_head_only_3()
20
call Common_head_only('VimCrypt~03!abc')
21
endfunc
22
-" Tests for encryption.
23
-" TODO: include tests from test71.
24
-
25
-func Common_head_only(text)
26
- " This was crashing Vim
27
- split Xtest.txt
28
- call setline(1, a:text)
29
- wq
30
- call feedkeys(":split Xtest.txt\<CR>foobar\<CR>", "tx")
31
- call delete('Xtest.txt')
32
- call assert_match('VimCrypt', getline(1))
33
- bwipe!
34
-endfunc
35
36
-func Test_head_only_2()
37
- call Common_head_only('VimCrypt~02!abc')
38
39
40
-func Test_head_only_3()
41
- call Common_head_only('VimCrypt~03!abc')
42
0 commit comments