Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 25 of 81) sorted by relevance

1234

/vim-8.2.3635/runtime/doc/
H A Dtesting.txt1 *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 Dtest_urls.vim53 " Do the testing.
H A DMakefile109 testing.txt \
253 testing.html \
H A Dtags5472 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 Dhelp.txt143 |testing.txt| testing Vim and Vim scripts
/vim-8.2.3635/ci/
H A Dappveyor.bat2 :: 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 Dtest_functions.vim1076 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 Dtest_cindent.vim272 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 Dtest_alot_latin.vim2 " This makes testing go faster, since Vim doesn't need to restart.
H A Dtest_alot_utf8.vim2 " This makes testing go faster, since Vim doesn't need to restart.
H A Dtest_assert.vim1 " 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 Dtest_alot.vim2 " This makes testing go faster, since Vim doesn't need to restart.
H A Druntest.vim34 " 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 DREADME.txt2 For testing an indent script see runtime/indent/testdir/README.txt.
H A Dtest_listener.vim342 let b:testing = 123
347 call assert_false(exists('b:testing'))
/vim-8.2.3635/runtime/compiler/
H A Dpyunit.vim2 " Compiler: Unit testing tool for Python
/vim-8.2.3635/runtime/indent/
H A Dvroom.vim2 " Language: Vroom (vim testing and executable documentation)
/vim-8.2.3635/runtime/ftplugin/
H A Dvroom.vim2 " Language: Vroom (vim testing and executable documentation)
/vim-8.2.3635/runtime/syntax/
H A Ddebsources.vim25 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
H A Dcolortest.vim1 " Vim script for testing colors
H A Dvroom.vim2 " Language: Vroom (vim testing and executable documentation)
H A Ddebchangelog.vim23 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
/vim-8.2.3635/src/proto/
H A Dtesting.pro1 /* testing.c */
/vim-8.2.3635/src/
H A DMake_ami.mak171 testing.c \
H A DREADME.md88 testing.c | testing: assert and test functions

1234