comparison src/testdir/test_arabic.vim @ 16951:ebdf6cd89910 v8.1.1476

patch 8.1.1476: no statistics displayed after running tests commit https://github.com/vim/vim/commit/9c0cec65f891492314caadeef87a50251a21e630 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 13:38:15 2019 +0200 patch 8.1.1476: no statistics displayed after running tests Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes https://github.com/vim/vim/issues/4391) Also make it possible to report a skipped file.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 13:45:05 +0200
parents 61b480b67041
children 8e9e9124c7a2
comparison
equal deleted inserted replaced
16950:a8735038f8d5 16951:ebdf6cd89910
1 " Simplistic testing of Arabic mode. 1 " Simplistic testing of Arabic mode.
2 " NOTE: This just checks if the code works. If you know Arabic please add 2 " NOTE: This just checks if the code works. If you know Arabic please add
3 " functional tests that check the shaping works with real text. 3 " functional tests that check the shaping works with real text.
4 4
5 if !has('arabic') 5 if !has('arabic')
6 finish 6 throw 'Skipped: arabic feature missing'
7 endif 7 endif
8 8
9 source view_util.vim 9 source view_util.vim
10 10
11 " Return list of Unicode characters at line lnum. 11 " Return list of Unicode characters at line lnum.