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

Add test for absolute path as xml:base #12

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Add test for absolute path as xml:base #12

merged 1 commit into from
Mar 1, 2024

Conversation

cristoper
Copy link
Contributor

While looking at the gofeed xml:base bug, I wanted to prove to myself that the current xml:base implementation handles absolute paths with no domain part (as in xml:base='/absolute') by replacing the entire current base path (as illustrate in the spec example: https://www.w3.org/TR/xmlbase/)

All tests pass.

I wanted to prove to myself that the current xml:base implementation
handles absolute paths with no domain part (as in "xml:base=/absolute")
by replacing the current base path (as illustrate in the spec example:
https://www.w3.org/TR/xmlbase/)

All tests pass.
@mmcdole mmcdole merged commit 4bc3c02 into mmcdole:master Mar 1, 2024
@cristoper cristoper deleted the absolute-path-base branch March 1, 2024 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants