Commit ce1b13b
committed
Fix failing ruleset tests.
@loveithateit: The ruleset check was not broken, but was finding a real problem
with the ruleset: URLs like "http://marketing.yell.com///" don't get rewritten
by the rule you were adding tests to, because they get caught by the exclusion.
I've fixed the rule to only apply to the root URL, but please double check that
this matches your intention.1 parent 5316548 commit ce1b13b
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 86 | + | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
0 commit comments