Skip to content

Commit 544d3bc

Browse files
committed
patch 8.0.0311: linebreak tests are old style
Problem: Linebreak tests are old style. Solution: Turn the tests into new style. Share utility functions. (Ozaki Kiichi, closes #1444)
1 parent 13c724f commit 544d3bc

11 files changed

Lines changed: 605 additions & 473 deletions

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,8 +2072,6 @@ test1 \
20722072
test_getcwd \
20732073
test_insertcount \
20742074
test_listchars \
2075-
test_listlbr \
2076-
test_listlbr_utf8 \
20772075
test_search_mbyte \
20782076
test_wordcount \
20792077
test3 test4 test5 test6 test7 test8 test9 \
@@ -2148,6 +2146,8 @@ test_arglist \
21482146
test_langmap \
21492147
test_largefile \
21502148
test_lispwords \
2149+
test_listlbr \
2150+
test_listlbr_utf8 \
21512151
test_lua \
21522152
test_man \
21532153
test_mapping \

src/testdir/Make_all.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ SCRIPTS_ALL = \
8282
test_getcwd.out \
8383
test_insertcount.out \
8484
test_listchars.out \
85-
test_listlbr.out \
8685
test_search_mbyte.out \
8786
test_wordcount.out
8887

@@ -101,8 +100,7 @@ SCRIPTS_MORE2 = \
101100
test12.out \
102101
test25.out \
103102
test49.out \
104-
test97.out \
105-
test_listlbr_utf8.out
103+
test97.out
106104

107105

108106
# Tests that run on most systems, but not MingW and Cygwin.
@@ -164,6 +162,8 @@ NEW_TESTS = test_arglist.res \
164162
test_job_fails.res \
165163
test_json.res \
166164
test_langmap.res \
165+
test_listlbr.res \
166+
test_listlbr_utf8.res \
167167
test_lua.res \
168168
test_man.res \
169169
test_marks.res \

0 commit comments

Comments
 (0)