sync with OpenBSD -current
This commit is contained in:
parent
4b49aefbb1
commit
1fd36b57f8
945 changed files with 81965 additions and 59988 deletions
6
dist/fontconfig/test/test-name-parse.c
vendored
6
dist/fontconfig/test/test-name-parse.c
vendored
|
@ -65,13 +65,13 @@ main (void)
|
|||
goto bail;
|
||||
} END (expect);
|
||||
BEGIN (expect) {
|
||||
FcPatternAddInteger (expect, FC_WIDTH, FC_WIDTH_NORMAL);
|
||||
if ((ret = test ((const FcChar8 *)":normal", expect)) != 0)
|
||||
FcPatternAddInteger (expect, FC_WEIGHT, FC_WEIGHT_NORMAL);
|
||||
if ((ret = test ((const FcChar8 *)":weight=normal", expect)) != 0)
|
||||
goto bail;
|
||||
} END (expect);
|
||||
BEGIN (expect) {
|
||||
FcPatternAddInteger (expect, FC_WIDTH, FC_WIDTH_NORMAL);
|
||||
if ((ret = test ((const FcChar8 *)":normal", expect)) != 0)
|
||||
if ((ret = test ((const FcChar8 *)":width=normal", expect)) != 0)
|
||||
goto bail;
|
||||
} END (expect);
|
||||
BEGIN (expect) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue