Skip to content

Commit

Permalink
#864 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 5, 2017
1 parent c6e51c2 commit bff585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/tests/content-filter/test-content-filter.js
Expand Up @@ -20,7 +20,7 @@ QUnit.test("testContentFilterRule", function (assert) {
assert.ok(rule.getRestrictedDomains().indexOf("nigma.ru") >= 0);
assert.ok(rule.getPermittedDomains().indexOf("google.com") >= 0);
assert.equal("teas\"ernet", rule.tagContentFilter);
assert.equal("div[id*=ad_text]", rule.selector);
assert.equal("div[id*=\"ad_text\"]", rule.selector);
assert.equal(500, rule.maxLength);
assert.equal(50, rule.minLength);
assert.equal("^[\\s\\S]*\\.adriver\\.[\\s\\S]*$", rule.wildcard.regexp.source);
Expand Down

0 comments on commit bff585d

Please sign in to comment.