Skip to content

Commit

Permalink
patch 7.4.2163
Browse files Browse the repository at this point in the history
Problem:    match() and related functions tested with old style test.
Solution:   Convert to new style test. (Hirohito Higashi)
  • Loading branch information
brammool committed Aug 6, 2016
1 parent 7522f69 commit d76a0c1
Show file tree
Hide file tree
Showing 8 changed files with 170 additions and 234 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Expand Up @@ -2044,7 +2044,7 @@ test1 \
test30 test31 test32 test33 test34 test36 test37 test38 test39 \ test30 test31 test32 test33 test34 test36 test37 test38 test39 \
test40 test41 test42 test43 test44 test45 test46 test48 test49 \ test40 test41 test42 test43 test44 test45 test46 test48 test49 \
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \ test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
test60 test62 test63 test64 test65 test66 test67 test68 test69 \ test60 test62 test64 test65 test66 test67 test68 test69 \
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \ test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \ test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
test90 test91 test92 test93 test94 test95 test97 test98 test99 \ test90 test91 test92 test93 test94 test95 test97 test98 test99 \
Expand Down Expand Up @@ -2095,9 +2095,9 @@ test_arglist \
test_largefile \ test_largefile \
test_lispwords \ test_lispwords \
test_man \ test_man \
test_match \
test_matchadd_conceal \ test_matchadd_conceal \
test_matchadd_conceal_utf8 \ test_matchadd_conceal_utf8 \
test_matchstrpos \
test_menu \ test_menu \
test_messages \ test_messages \
test_netbeans \ test_netbeans \
Expand Down
1 change: 0 additions & 1 deletion src/testdir/Make_all.mak
Expand Up @@ -51,7 +51,6 @@ SCRIPTS_ALL = \
test57.out \ test57.out \
test60.out \ test60.out \
test62.out \ test62.out \
test63.out \
test64.out \ test64.out \
test65.out \ test65.out \
test66.out \ test66.out \
Expand Down
200 changes: 0 additions & 200 deletions src/testdir/test63.in

This file was deleted.

17 changes: 0 additions & 17 deletions src/testdir/test63.ok

This file was deleted.

2 changes: 1 addition & 1 deletion src/testdir/test_alot.vim
Expand Up @@ -21,7 +21,7 @@ source test_join.vim
source test_jumps.vim source test_jumps.vim
source test_lambda.vim source test_lambda.vim
source test_lispwords.vim source test_lispwords.vim
source test_matchstrpos.vim source test_match.vim
source test_menu.vim source test_menu.vim
source test_messages.vim source test_messages.vim
source test_partial.vim source test_partial.vim
Expand Down

0 comments on commit d76a0c1

Please sign in to comment.