Skip to content

ZeroOrMore can only handle one URL #459

@dave-kennedy

Description

@dave-kennedy

Python 3.10, pyparsing 3.0.9:

print(pp.common.url[...].parse_string('http://foo.com'))
# ['http://foo.com']

print(pp.common.url[...].parse_string('http://bar.com'))
# ['http://bar.com']

print(pp.common.url[...].parse_string('http://foo.com http://bar.com'))
# []

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