diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-01 21:00:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-01 21:00:35 +0200 |
commit | 72fe56f298009957c9360016f5234686eb83e0c1 (patch) | |
tree | cf7a808ebd01ffa27bba6b463eda31b5d125c0ff /src/testdir/test71a.in | |
parent | bd65c4647874e32c91a0d32c828fe6de445e5502 (diff) | |
download | vim-git-72fe56f298009957c9360016f5234686eb83e0c1.tar.gz |
updated for version 7.3.1283v7.3.1283
Problem: Test 71 fails on MS-Windows.
Solution: Put the binary data in a separate file. (Ken Takata)
Diffstat (limited to 'src/testdir/test71a.in')
-rw-r--r-- | src/testdir/test71a.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/testdir/test71a.in b/src/testdir/test71a.in new file mode 100644 index 000000000..85bd22cd0 --- /dev/null +++ b/src/testdir/test71a.in @@ -0,0 +1,14 @@ + +start of text +01234567890123456789012345678901234567 +line 2 foo bar blah +line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +end of text + +start of cm=zip bytes +VimCrypt~01!lV'Þ}Mg ê£V©çE#3Ž2Ué— +end of cm=zip bytes + +start of cm=blowfish bytes +VimCrypt~02!k)¾—#ÝSœõ=ºàÈ#¥M´†JÃAÍ¥M´†!€›õáÒ‚˜÷
Ú +end of cm=blowfish bytes |