Added util directory containing test applications

This commit is contained in:
Olof hagsand 2018-07-19 09:57:38 +02:00
parent cc6c7ae7a4
commit c71791f168
16 changed files with 130 additions and 32 deletions

View file

@ -697,7 +697,7 @@ xp_relop(xp_ctx *xc1,
case XT_BOOL:
/* comparison on the boolean and the result of converting the
node-set to a boolean using the boolean function is true. */
b = ctx2boolean(xc);
b = ctx2boolean(xc1);
switch(op){
case XO_EQ:
xr->xc_bool = (b == xc2->xc_bool);