From 280a29f931467823a9da6d5aa5b7ec9d685d9752 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar <Bram@vim.org> Date: Wed, 4 Aug 2010 16:10:19 +0200 Subject: [PATCH] Small changes to the test files. (John Beckett) --- src/testdir/test1.in | 3 ++- src/testdir/test17.ok | 2 +- src/testdir/test17a.in | 2 +- src/testdir/test30.in | 5 +++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/testdir/test1.in b/src/testdir/test1.in index bdcc01d08c..a3b58418a4 100644 --- a/src/testdir/test1.in +++ b/src/testdir/test1.in @@ -11,7 +11,8 @@ If Vim was not compiled with the +windows feature, the tiny.vim script will be set like small.vim above. tiny.vim is sourced by tests that require the +windows feature or other features that are missing in the tiny version. -If Vim was not compiled with the +multi_byte feature, the mbyte.vim script will be set like small.vim above. mbyte.vim is sourced by tests that require the +If Vim was not compiled with the +multi_byte feature, the mbyte.vim script will +be set like small.vim above. mbyte.vim is sourced by tests that require the +multi_byte feature. Similar logic is applied to the +mzscheme feature, using mzscheme.vim. diff --git a/src/testdir/test17.ok b/src/testdir/test17.ok index 58c3504adc..7e89364797 100644 --- a/src/testdir/test17.ok +++ b/src/testdir/test17.ok @@ -1,3 +1,3 @@ This file is just to test "gf" in test 17. -The contents is not importent. +The contents is not important. Just testing! diff --git a/src/testdir/test17a.in b/src/testdir/test17a.in index 58c3504adc..7e89364797 100644 --- a/src/testdir/test17a.in +++ b/src/testdir/test17a.in @@ -1,3 +1,3 @@ This file is just to test "gf" in test 17. -The contents is not importent. +The contents is not important. Just testing! diff --git a/src/testdir/test30.in b/src/testdir/test30.in index c2ee2f06df..4a8778d2de 100644 --- a/src/testdir/test30.in +++ b/src/testdir/test30.in @@ -29,6 +29,11 @@ STARTTEST : !copy XXUnix,XXMac XXUxMac. : !copy XXDos,XXMac XXDosMac. : !copy XXUnix,XXDos,XXMac XXUxDsMc. +:elseif has("win32") +: !copy /b XXUnix+XXDos XXUxDs +: !copy /b XXUnix+XXMac XXUxMac +: !copy /b XXDos+XXMac XXDosMac +: !copy /b XXUnix+XXDos+XXMac XXUxDsMc :else : !cat XXUnix XXDos >XXUxDs : !cat XXUnix XXMac >XXUxMac -- GitLab