-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
3094bbc broke fragments checking: InvalidBaseJoin #1574
Comments
I suspect this issue relates to |
Not only fragment URLs are broken, but all relative URL checks:
We use However, when checking from any directory on the system and aiming to check relative path URLs against an online
Checking relative path URLs, which include fragment-only URLs, against local files/dirs however should not require any of the two options, but just checking for a local file/dir relative to the directory of the checked document. Based on #1489 and the linked issues, where relative path URLs never checked before? I though they were 🤔.
|
Before and after:
You can also reproduce that with the fragments folder in this repo:
Before:
cargo run -- fixtures/fragments/ --include-fragments --mode=emoji --base .
After:
The text was updated successfully, but these errors were encountered: