Skip to content

XPath underscored function name is wrongly accepted #352

Description

@tompng
# local-name: OK
REXML::XPath.match REXML::Document.new('<foo/>'), 'local-name(*)'
#=> ["foo"]

# local_name: Should be rejected
REXML::XPath.match REXML::Document.new('<foo/>'), 'local_name(*)'
#=> ["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