Mercurial > vim
annotate src/testdir/test17.ok @ 9618:81ba6e4eb72b v7.4.2086
commit https://github.com/vim/vim/commit/ac105ed3c420660ddbddc501c97875c48220817e
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 21 20:33:32 2016 +0200
patch 7.4.2086
Problem: Using the system default encoding makes tests unpredictable.
Solution: Always use utf-8 or latin1 in the new style tests. Remove setting
encoding and scriptencoding where it is not needed.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 21 Jul 2016 20:45:06 +0200 |
parents | 5569d11ef585 |
children |
rev | line source |
---|---|
7 | 1 This file is just to test "gf" in test 17. |
2485
5edcd4ef88df
Small changes to the test files. (John Beckett)
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
2 The contents is not important. |
7 | 3 Just testing! |
3699 | 4 |
5 | |
6 --- Included files in path --- | |
7 Xdir1/dir2/foo.a | |
8 Xdir1/dir2/foo.a --> | |
9 Xdir1/dir2/bar.a | |
10 Xdir1/dir2/bar.a --> | |
11 Xdir1/dir2/baz.a | |
12 Xdir1/dir2/baz.a --> | |
13 "foo.a" (Already listed) | |
14 | |
15 | |
16 --- Included files in path --- | |
17 Xdir1/dir2/foo.b | |
18 Xdir1/dir2/foo.b --> | |
19 Xdir1/dir2/bar.b | |
20 Xdir1/dir2/bar.b --> | |
21 Xdir1/dir2/baz.b | |
22 Xdir1/dir2/baz.b --> | |
23 foo (Already listed) | |
24 | |
25 | |
26 --- Included files in path --- | |
27 Xdir1/dir2/foo.c | |
28 Xdir1/dir2/foo.c --> | |
29 Xdir1/dir2/bar.c | |
30 Xdir1/dir2/bar.c --> | |
31 Xdir1/dir2/baz.c | |
32 Xdir1/dir2/baz.c --> | |
5118
5569d11ef585
updated for version 7.3.1302
Bram Moolenaar <bram@vim.org>
parents:
3699
diff
changeset
|
33 foo.c (Already listed) |