| /vim-8.2.3635/src/testdir/ |
| H A D | test_ins_complete_no_halt.vim | 2 " In a separate file to avoid the settings to leak to other test cases. 27 …eedkeys("iauto-complete-halt-test test test test test test test test test test test test test test… 28 …t_equal(["auto-complete-halt-test test test test test test test test test test test test test test… 47 …eedkeys("iauto-complete-halt-test test test test test test test test test test test test test test… 48 …t_equal(["auto-complete-halt-test test test test test test test test test test test test test test…
|
| H A D | test23.ok | 2 test text test text 3 test text test text 4 test text test text 5 test text test text 6 test text test text 7 test text test text 8 test text test text x61 9 test text test text x60-x64 10 test text test text x78 5 11 test text test text o143 [all …]
|
| H A D | test23.in | 59 test \text test text 60 test text test text 61 test text ]test text 62 test ]text test text 64 test te$xt test text 65 test taext test text x61 66 test tbext test text x60-x64 67 test 5text test text x78 5 73 test text test text [\x00] 74 test text test text [\x00-\x10] [all …]
|
| H A D | test_help_tagjump.vim | 207 \ "test-col\t" . docfname . "\t/*test-col*"], 236 call assert_equal(['test-col', 'test-char'], list) 242 call assert_equal(['test-col', 'test-char'], list) 248 call assert_equal(sort(['test-col@en', 'test-col@ab', 254 call assert_equal(sort(['test-col', 'test-col@en', 261 call assert_equal(sort(['test-col@en', 'test-col@ab', 262 \ 'test-col@ja', 'test-char@en', 268 call assert_equal(sort(['test-col', 'test-col@en', 269 \ 'test-col@ja', 'test-char', 275 call assert_equal(sort(['test-col', 'test-col@ja', [all …]
|
| H A D | Make_dos.mak | 17 DOSTMP_OUTFILES = $(TEST_OUTFILES:test=dostmp\test) 32 @if exist test.log ( copy /y test.log test_result.log > nul ) \ 46 -if exist test.log del test.log 50 @if exist test.log exit 1 60 -if exist test.in del test.in 61 -if exist test.ok del test.ok 68 -if exist test.log del test.log 75 -if exist test.log del test.log 92 -@if exist test.out DEL test.out 98 -@if exist test.out MOVE /y test.out $(DOSTMP)\$(*B).out > nul [all …]
|
| H A D | Make_ming.mak | 44 @if exist test.log ( copy /y test.log test_result.log > nul ) \ 58 -if exist test.log del test.log 62 @if exist test.log exit 1 72 -@if exist test.in $(DEL) test.in 73 -@if exist test.ok $(DEL) test.ok 80 -@if exist test.log $(DEL) test.log 87 -@if exist test.log $(DEL) test.log 104 -@if exist test.out $(DEL) test.out 108 $(CP) $(basename $@).ok test.ok > NUL 110 -@if exist test.out $(MV) test.out $(DOSTMP)\$@ > NUL [all …]
|
| H A D | test_xxd.vim | 27 let s:test = 1 39 let s:test += 1 44 let s:test += 1 51 let s:test += 1 68 let s:test += 1 82 let s:test += 1 94 let s:test += 1 109 let s:test += 1 125 let s:test += 1 140 let s:test += 1 [all …]
|
| H A D | test27.in | 34 :redir! >test.out 38 :w >>test.out 44 :redir >>test.out 48 :w >>test.out 58 :w >>test.out 68 :w >>test.out 78 :w >>test.out 88 :w >>test.out 98 :w >>test.out 104 :e! test.out [all …]
|
| H A D | runtest.vim | 27 " "make test" will not fail. 65 split test.log 172 func RunTheTest(test) argument 204 if a:test =~ 'Test_nocatch_' 208 exe 'call ' . a:test 216 exe 'call ' . a:test 304 func EarlyExit(test) argument 305 " It's OK for the test we use to test the quit detection. 330 " Append errors to test.log 331 split test.log [all …]
|
| H A D | test_regex_char_classes.vim | 25 let res = "test text test text" 26 call RunXTest("test \\text test text", "/[\\x]", res) 27 call RunXTest("test \ttext test text", "/[\\t\\]]", res) 28 call RunXTest("test text ]test text", "/[]y]", res) 29 call RunXTest("test ]text test text", "/[\\]]", res) 31 call RunXTest("test te$xt test text", "/[$y]", res) 32 call RunXTest("test taext test text", "/[\\x61]", res) 33 call RunXTest("test tbext test text","/[\\x60-\\x64]", res) 34 call RunXTest("test 5text test text","/[\\x785]", res) 44 let res = "test text test text" [all …]
|
| H A D | Make_vms.mms | 49 -@ !clean up before doing the test 50 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.* 58 -@ !run the test 61 -@ directory /size/date test.out 62 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out 64 -@ !clean up after the test 75 -@ type test.log 78 -@ define sys$output test.log 80 -@ write sys$output " Standard VIM test cases" 98 -@ if "''F$SEARCH("test.log")'" .NES. "" then delete/noconfirm/nolog test.log.* [all …]
|
| H A D | test20.in | 2 First test for undo working properly when executing commands from a register. 3 Also test this in an empty buffer. 14 :/56$/,$-1w! test.out 22 test text test tex start here 24 test text 25 test text
|
| H A D | README.txt | 4 If it makes sense, add a new test method to an already existing file. You may 13 4) Use make test_<subject> to run a single test. 15 At 2), instead of running the test separately, it can be included in 16 "test_alot". Do this for quick tests without side effects. The test runs a 20 At 4), to run a test in GUI, add "GUI_FLAG=-g" to the make command. 29 - Use try/catch to avoid an exception aborts the test. 49 Mostly the same as writing a new style test. Additionally, see help on 58 They modify the file and the result gets writtein in the test.out file. This 59 is then compared with the .ok file. If they are equal the test passed. If 60 they differ the test failed.
|
| H A D | test77a.in | 3 and writes its cksum to test.out. 9 If it isn't available then the test will be skipped. 14 : e! test.ok 15 : w! test.out 19 : e! test.ok 20 : w! test.out 32 :.w! test.out
|
| H A D | test_winbuf_close.vim | 22 " test for working :n when hidden set 27 " test for failing :rew when hidden not set 34 " test for working :rew when hidden set 40 " test for :all keeping a buffer when it's modified 60 " test ":hide" hides anyway when 'hidden' not set 67 " test ":edit" failing in modified buffer when 'hidden' not set 73 " test ":edit" working in modified buffer when 'hidden' set 79 " test ":close" not hiding when 'hidden' not set in modified buffer 87 " test ":close!" does hide when 'hidden' not set in modified buffer; 95 " test ":all!" hides changed buffer [all …]
|
| H A D | test_textprop.vim | 285 call prop_type_delete('test') 1317 call prop_type_delete('test') 1363 call prop_type_delete('test') 1389 call prop_type_delete('test') 1390 call prop_type_delete('test') 1409 call prop_type_delete('test') 1424 call prop_type_delete('test') 1438 call prop_type_delete('test') 1503 call prop_type_delete('test') 1523 call prop_type_delete('test') [all …]
|
| H A D | test_cindent.vim | 137 if (test) 143 if (test) 150 if (test) 158 if (test) 181 if (test) 186 if (test) 215 if (test) 1026 test { 1035 test { 1991 test { [all …]
|
| H A D | Make_amiga.mak | 20 csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo 23 copy $*.ok test.ok 25 diff test.out $*.ok 26 rename test.out $*.out 28 -delete test.ok 35 # Delete the .out file(s) to run test(s).
|
| H A D | test_netbeans.vim | 81 " getCursor test 274 " editFile test 298 " getText test 442 " addAnno test 452 " getAnno test 487 " setTitle test 525 " insert test 533 " remove test 555 " guard test 658 " nbkey test [all …]
|
| H A D | test_sha256.vim | 8 " test for empty string: 11 "'test for 1 char: 14 "test for 3 chars: 17 " test for contains meta char: 20 " test for contains non-ascii char:
|
| H A D | test_tab.vim | 4 " Also test that dv_ works correctly 11 \ "\t\tsome test text", 12 \ 'test text', 13 \ "\t\tother test text", 16 \ 'test text', 22 call assert_equal("\t\t ome test text", getline('.')) 26 call assert_equal("\t\t ther test text", getline('.'))
|
| H A D | test_exists_autocmd.vim | 17 call assert_false(exists("#BufEnter#*.test")) 18 au BufEnter *.test let g:entered=1 19 call assert_true(exists("#BufEnter#*.test")) 20 edit testfile.test 24 edit testfile2.test
|
| H A D | test_fnamemodify.vim | 13 call assert_equal('t', fnamemodify('test.out', ':p')[-1:]) 17 call assert_equal('test.out', fnamemodify('test.out', ':.')) 19 call assert_equal('~/testdir/test.out', fnamemodify('test.out', ':~')) 23 call assert_equal('test.out', fnamemodify('test.out', ':p:t')) 24 call assert_equal('out', fnamemodify('test.out', ':p:e')) 25 call assert_equal('out', fnamemodify('test.out', ':p:t:e'))
|
| /vim-8.2.3635/src/ |
| H A D | configure.ac | 91 if test -z "$CFLAGS"; then 95 if test "$GCC" = yes; then 744 test "x$MACOS_X" = "xyes" && test "x$vi_cv_with_luajit" != "xno" && \ 1245 if test -d "$d" && test -f "$d/config.c"; then 1251 if test -d "$d" && test -f "$d/config.c"; then 1304 if test -n "${python_link_path}" && ! test -x "${python_link_path}"; then 1494 if test -d "$d" && test -f "$d/config.c"; then 1500 if test -d "$d" && test -f "$d/config.c"; then 1632 if test "$python_ok" = yes && test "$python3_ok" = yes; then 2280 if test -d "$x_includes" && test ! -d "$x_libraries"; then [all …]
|
| /vim-8.2.3635/ |
| H A D | Filelist | 193 src/testdir/test[0-9]*.ok \ 358 src/libvterm/t/02parser.test \ 363 src/libvterm/t/13state_edit.test \ 365 src/libvterm/t/15state_mode.test \ 371 src/libvterm/t/22state_save.test \ 377 src/libvterm/t/30state_pen.test \ 378 src/libvterm/t/31state_rep.test \ 379 src/libvterm/t/32state_flow.test \ 384 src/libvterm/t/64screen_pen.test \ 397 src/libvterm/t/92lp1640917.test \ [all …]
|