From ce1b13b2eaa78f93025c90e5fd2fafba4980c532 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Fri, 11 Mar 2016 13:12:11 -0800 Subject: [PATCH] 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. --- src/chrome/content/rules/yell.com.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/chrome/content/rules/yell.com.xml b/src/chrome/content/rules/yell.com.xml index 41b54fbde49f..a8af1ca688cf 100644 --- a/src/chrome/content/rules/yell.com.xml +++ b/src/chrome/content/rules/yell.com.xml @@ -77,17 +77,13 @@ - - - - - - +