| /vim-8.2.3635/runtime/doc/ |
| H A D | testing.txt | 1 *testing.txt* For Vim version 8.2. Last change: 2021 Aug 15 7 Testing Vim and Vim script *testing-support* 11 and for testing plugins. 13 1. Testing Vim |testing| 18 1. Testing Vim *testing* 27 *new-style-testing* 32 *old-style-testing* 156 Return a |Job| that is null. Only useful for testing. 179 Only to be used for testing! 187 to run tests. Only to be used for testing Vim! [all …]
|
| H A D | test_urls.vim | 53 " Do the testing.
|
| H A D | Makefile | 109 testing.txt \ 253 testing.html \
|
| H A D | tags | 5472 assert_beeps() testing.txt /*assert_beeps()* 5484 assert_true() testing.txt /*assert_true()* 8348 new-style-testing testing.txt /*new-style-testing* 8402 old-style-testing testing.txt /*old-style-testing* 9734 terminal-testing terminal.txt /*terminal-testing* 9771 test_void() testing.txt /*test_void()* 9772 testing testing.txt /*testing* 9773 testing-support testing.txt /*testing-support* 9774 testing-variable eval.txt /*testing-variable* 9775 testing.txt testing.txt /*testing.txt* [all …]
|
| H A D | help.txt | 143 |testing.txt| testing Vim and Vim scripts
|
| /vim-8.2.3635/ci/ |
| H A D | appveyor.bat | 2 :: Batch file for building/testing Vim on AppVeyor 21 :: GUI needs to be last, so that testing works
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_functions.vim | 1076 call assert_equal(4, match('testing', 'ing')) 1077 call assert_equal(4, 'testing'->match('ing', 2)) 1078 call assert_equal(-1, match('testing', 'ing', 5)) 1079 call assert_equal(-1, match('testing', 'ing', 8)) 1085 call assert_equal(4, match('testing', 'ing', -1)) 1092 call assert_equal(7, matchend('testing', 'ing')) 1093 call assert_equal(7, 'testing'->matchend('ing', 2)) 1096 …call assert_equal(match(['vim', 'testing', 'execute'], 'ing'), matchend(['vim', 'testing', 'execut… 1097 …call assert_equal(match(['vim', 'testing', 'execute'], 'img'), matchend(['vim', 'testing', 'execut… 1111 call assert_equal('testing', matchstr(['vim', 'testing', 'execute'], 'ing')) [all …]
|
| H A D | test_cindent.vim | 272 if (testing && 276 if (testing && 277 (not a joke || testing 280 if (testing && 302 testing; 583 testing; 1237 if (testing && 1241 if (testing && 1245 if (testing && 1267 testing; [all …]
|
| H A D | test_alot_latin.vim | 2 " This makes testing go faster, since Vim doesn't need to restart.
|
| H A D | test_alot_utf8.vim | 2 " This makes testing go faster, since Vim doesn't need to restart.
|
| H A D | test_assert.vim | 1 " Test that the methods used for testing work. 349 call assert_equal('foo', 'bar', 'testing') 350 call assert_match("testing: Expected 'foo' but got 'bar'", v:errors[0])
|
| H A D | test_alot.vim | 2 " This makes testing go faster, since Vim doesn't need to restart.
|
| H A D | runtest.vim | 34 " can speed up testing, since Vim does not need to restart. But be careful 155 let v:testing = 1 313 " This function can be called by a test if it wants to abort testing.
|
| H A D | README.txt | 2 For testing an indent script see runtime/indent/testdir/README.txt.
|
| H A D | test_listener.vim | 342 let b:testing = 123 347 call assert_false(exists('b:testing'))
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | pyunit.vim | 2 " Compiler: Unit testing tool for Python
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | vroom.vim | 2 " Language: Vroom (vim testing and executable documentation)
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vroom.vim | 2 " Language: Vroom (vim testing and executable documentation)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | debsources.vim | 25 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
|
| H A D | colortest.vim | 1 " Vim script for testing colors
|
| H A D | vroom.vim | 2 " Language: Vroom (vim testing and executable documentation)
|
| H A D | debchangelog.vim | 23 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
|
| /vim-8.2.3635/src/proto/ |
| H A D | testing.pro | 1 /* testing.c */
|
| /vim-8.2.3635/src/ |
| H A D | Make_ami.mak | 171 testing.c \
|
| H A D | README.md | 88 testing.c | testing: assert and test functions
|