Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'1abc:def' is being considered a valid relative URI #75

Closed
Silvanoc opened this issue Oct 10, 2023 · 1 comment
Closed

'1abc:def' is being considered a valid relative URI #75

Silvanoc opened this issue Oct 10, 2023 · 1 comment
Assignees
Labels

Comments

@Silvanoc
Copy link

Describe the bug
The string "1abc:def" is being considered a valid relative URI.
But, if I'm reading the specification right, it isn't a valid relative URI.

Expected result
uritools.isrelpath("1abc:def") returns False

Actual result
uritools.isrelpath("1abc:def") returns True

Reproduction steps

import uritools
print(uritools.isrelpath("1abc:def"))
@tkem
Copy link
Owner

tkem commented Oct 24, 2023

Please see #74.

@tkem tkem closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants