Mercurial > vim
annotate pixmaps/tb_shell.xpm @ 11000:307f9ae2a7fb v8.0.0389
patch 8.0.0389: test for arabic does not check what is displayed
commit https://github.com/vim/vim/commit/5342f00ff95ed0256b8183063a83d72112f1243c
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 28 22:51:12 2017 +0100
patch 8.0.0389: test for arabic does not check what is displayed
Problem: Test for arabic does not check what is displayed.
Solution: Improve what is asserted. (Dominique Pelle, closes https://github.com/vim/vim/issues/1523)
Add a first shaping test.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 01 Mar 2017 11:15:04 +0100 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 /* XPM */ |
2 static char * tb_shell_xpm[] = { | |
3 /* width height ncolors cpp [x_hot y_hot] */ | |
4 "18 18 6 1 0 0", | |
5 /* colors */ | |
6 " s none m none c none", | |
7 ". s iconColor1 m black c #000000", | |
8 "X s iconGray6 m black c #636363", | |
9 "o s iconGray2 m none c #bdbdbd", | |
10 "O s iconColor2 m none c #FFFFFF", | |
11 "+ s bottomShadowColor m black c #5D6069", | |
12 /* pixels */ | |
13 " ", | |
14 " ... ... ", | |
15 " .XoXXXoX. ", | |
16 " .oOoX.XoOo. ", | |
17 " .XoOoXoOoX. ", | |
18 " .Xoooo.ooooX. ", | |
19 " .Xo.XOoXoOX.oX. ", | |
20 " .oooXOo.oOXooo. ", | |
21 " .oOo.XOXOX.oOo.+ ", | |
22 " .XoOo.o.o.oOoX.+ ", | |
23 " .XooXoooXoOX.+ ", | |
24 " .XoooOoooX.+ ", | |
25 " .ooOOOoo.+ ", | |
26 " ..XoooX..+ ", | |
27 " .XoooooooX.+ ", | |
28 " ...........+ ", | |
29 " ++++++++++ ", | |
30 " "}; |