mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04: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:
parent
81f9815831
commit
223189389a
@ -4379,6 +4379,7 @@ endfunc
|
|||||||
|
|
||||||
func Test_pos_percentage_in_turkish_locale()
|
func Test_pos_percentage_in_turkish_locale()
|
||||||
CheckRunVimInTerminal
|
CheckRunVimInTerminal
|
||||||
|
CheckNotMac
|
||||||
defer execute(':lang C')
|
defer execute(':lang C')
|
||||||
|
|
||||||
try
|
try
|
||||||
|
@ -709,6 +709,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1484,
|
||||||
/**/
|
/**/
|
||||||
1483,
|
1483,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user