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> ... </>]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions