Skip to content
Snippets Groups Projects
Commit 72fe56f2 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.1283

Problem:    Test 71 fails on MS-Windows.
Solution:   Put the binary data in a separate file. (Ken Takata)
parent bd65c464
No related merge requests found
Test for encryption.
The test data is in another file to avoid problems with 'encoding', especially
cp932.
STARTTEST
:so small.vim
:set enc=latin1
:bwipe!
:r test71a.in
:/^start of text/+1
:let text_lines = getline('.', line('.') + 2)
:/^start of cm=zip bytes/+1
......@@ -60,16 +65,3 @@ barbar
:qa!
ENDTEST
start of text
01234567890123456789012345678901234567
line 2 foo bar blah
line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
end of text
start of cm=zip bytes
VimCrypt~01!lV'}MgVE#32U
end of cm=zip bytes
start of cm=blowfish bytes
VimCrypt~02!k)#S=#MJAͥM!
end of cm=blowfish bytes
start of text
01234567890123456789012345678901234567
line 2 foo bar blah
line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
end of text
start of cm=zip bytes
VimCrypt~01!lV'}MgVE#32U
end of cm=zip bytes
start of cm=blowfish bytes
VimCrypt~02!k)#S=#MJAͥM!
end of cm=blowfish bytes
......@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1283,
/**/
1282,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment