-
Notifications
You must be signed in to change notification settings - Fork 112
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
Failure of LinkTest.testAllLinks() #561
Failure of LinkTest.testAllLinks() #561
Comments
Failed again in #563 |
Does anyone know how to test this locally? I tried following this guide but it's outdated/unclear: https://github.com/eclipse-platform/eclipse.platform/tree/master/ua/infocenter-web |
Thanks for the tip! I removed the whitespaces in #277 . |
277 ? |
A fix is ready to be merged in #566. I'd just like to get a second opinion on my claim that the test code is actually wrong, because blanks are allowed around URIs in HTML. |
For (x)html5 a whitspace is explicitly allowed "A string is a valid URL potentially surrounded by spaces if, after stripping leading and trailing whitespace (https://www.w3.org/TR/2014/REC-html5-20141028/infrastructure.html#strip-leading-and-trailing-whitespace) from it, it is a valid URL." |
If all documents use HTML-5, then I think it would be OK to ignore leading/failing white-space in the test. But the question is of course, do they all use HTML-5? |
The doc-type of the help-page is However I wonder why the updates in the extension-point schema definitions are not incorporated immediately into the help? |
eclipse-platform/www.eclipse.org-eclipse#43
Have you bumped the doc bundles? |
That would be nice.
Yes, that was (very like) the problem. Thanks for the hint! Keep this issue open until then. |
Build is green now. |
The test failed in this run of the PR #560
The text was updated successfully, but these errors were encountered: