Skip to content

XPath function name typo silently ignored #351

Description

@tompng

If a function name is misspelled, REXML::XPath.match doesn't warn or raise.

REXML::XPath.match doc, '//foo[positoin()=1]'

Weird case:

doc = REXML::Document.new('<foo><namae>bar</namae><bar/></foo>')
REXML::XPath.match doc, '//*[namae()="bar"]'
#=> [<foo> ... </>]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions