You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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")
returnsFalse
Actual result
uritools.isrelpath("1abc:def")
returnsTrue
Reproduction steps
The text was updated successfully, but these errors were encountered: