vim-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 vim/vim#1444)

544d3bc9f0
This commit is contained in:
Justin M. Keyes 2018-02-11 20:22:42 +01:00
parent 85e240c045
commit aaff91d925

View File

@ -70,6 +70,8 @@ NEW_TESTS ?= \
test_ins_complete.res \
test_lambda.res \
test_langmap.res \
test_listlbr.res \
test_listlbr_utf8.res \
test_let.res \
test_lineending.res \
test_makeencoding.res \