comparison src/testdir/README.txt @ 27459:5825405e4e2c

Update runtime files Commit: https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 29 22:20:48 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 23:30:04 +0100
parents 3a63b1e4a6f4
children 51b5cab35afa
comparison
equal deleted inserted replaced
27458:2a7fc102cb91 27459:5825405e4e2c
53 OLD STYLE TESTS: 53 OLD STYLE TESTS:
54 54
55 There are a few tests that are used when Vim was built without the +eval 55 There are a few tests that are used when Vim was built without the +eval
56 feature. These cannot use the "assert" functions, therefore they consist of a 56 feature. These cannot use the "assert" functions, therefore they consist of a
57 .in file that contains Normal mode commands between STARTTEST and ENDTEST. 57 .in file that contains Normal mode commands between STARTTEST and ENDTEST.
58 They modify the file and the result gets writtein in the test.out file. This 58 They modify the file and the result gets written in the test.out file. This
59 is then compared with the .ok file. If they are equal the test passed. If 59 is then compared with the .ok file. If they are equal the test passed. If
60 they differ the test failed. 60 they differ the test failed.
61 61
62 62
63 RUNNING THE TESTS: 63 RUNNING THE TESTS: