Skip to content

Commit d76a0c1

Browse files
committed
patch 7.4.2163
Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
1 parent 7522f69 commit d76a0c1

8 files changed

Lines changed: 170 additions & 234 deletions

File tree

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ test1 \
20442044
test30 test31 test32 test33 test34 test36 test37 test38 test39 \
20452045
test40 test41 test42 test43 test44 test45 test46 test48 test49 \
20462046
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
2047-
test60 test62 test63 test64 test65 test66 test67 test68 test69 \
2047+
test60 test62 test64 test65 test66 test67 test68 test69 \
20482048
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
20492049
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
20502050
test90 test91 test92 test93 test94 test95 test97 test98 test99 \
@@ -2095,9 +2095,9 @@ test_arglist \
20952095
test_largefile \
20962096
test_lispwords \
20972097
test_man \
2098+
test_match \
20982099
test_matchadd_conceal \
20992100
test_matchadd_conceal_utf8 \
2100-
test_matchstrpos \
21012101
test_menu \
21022102
test_messages \
21032103
test_netbeans \

src/testdir/Make_all.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ SCRIPTS_ALL = \
5151
test57.out \
5252
test60.out \
5353
test62.out \
54-
test63.out \
5554
test64.out \
5655
test65.out \
5756
test66.out \

src/testdir/test63.in

Lines changed: 0 additions & 200 deletions
This file was deleted.

src/testdir/test63.ok

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/testdir/test_alot.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source test_join.vim
2121
source test_jumps.vim
2222
source test_lambda.vim
2323
source test_lispwords.vim
24-
source test_matchstrpos.vim
24+
source test_match.vim
2525
source test_menu.vim
2626
source test_messages.vim
2727
source test_partial.vim

0 commit comments

Comments
 (0)