-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
This fixes a typo in a rule which broke most site resources. In particular, this fixes #3523.
This adds a few tests to the ruleset. Not quite enough to satisfy the ruleset test tester, but I'm a bit too tired to see what's missing at the moment.
|
The ruleset test coverage test fails with the message yet none of the listed URLs are actually test URLs in the ruleset. What gives? |
|
The test coverage thing reminds me of Mobile01.com.xml whereby only a single page supports HTTPS. I used reverse exclusion (line 9) in that case. This is what I come up with (which pass the test): |
|
@fuglede still interested in fixing this? Page looks weird atm. |
|
@J0WI: Hm, yeah, my plan was to trace down whatever part of the test coverage checker that was causing this particular behaviour, rather than pushing a workaround. Since I'm a bit low on time these days, having a workaround would provide more value than nothing though. |
|
As far as I can see you just need to add 3 more tests. css, img and user each with and without www. And you should do the same with /js. There are two more mismatches on link and topcat. |
|
Yeah, the test checker complains because of the lack of tests for |
|
Closing as the fix itself was made redundant by #4662 (but it would still be nice to have the test checker fixed). |
This fixes a typo in a rule which broke most site resources. In particular, this fixes #3523.