Skip to content

bit:* extension functions should accept string arguments #54

@philshafer

Description

@philshafer

The functions in the "bit" extension library only handle number type arguments, using code like:

if (xop->type == XPATH_NUMBER) {
    ...
 }

They need an "else if (xop->type == XPATH_STRING) { ... }" clause.

Thanks,
Phil

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions