mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.1.1484: tests: Turkish locale tests fails on Mac
Problem: tests: Turkish locale tests fails on Mac (after v9.1.1480) Solution: skip the test Test_pos_percentage_in_turkish_locale() on Mac Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -4379,6 +4379,7 @@ endfunc
|
||||
|
||||
func Test_pos_percentage_in_turkish_locale()
|
||||
CheckRunVimInTerminal
|
||||
CheckNotMac
|
||||
defer execute(':lang C')
|
||||
|
||||
try
|
||||
|
@ -709,6 +709,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1484,
|
||||
/**/
|
||||
1483,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user