Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: qunit/tests/filterValidation.js

Issue 29492577: Noissue - Fix indentation errors for ESLint 4 (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created July 19, 2017, 1:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« options.js ('K') | « options.js ('k') | qunit/tests/url.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/tests/filterValidation.js
===================================================================
--- a/qunit/tests/filterValidation.js
+++ b/qunit/tests/filterValidation.js
@@ -1,16 +1,15 @@
"use strict";
(function()
{
const {parseFilter, parseFilters} = require("filterValidation");
- const {BlockingFilter,
- ElemHideFilter,
- CommentFilter} = require("filterClasses");
+ const {BlockingFilter, ElemHideFilter, CommentFilter} =
+ require("filterClasses");
module("Filter validation");
test("Detecting invalid filters", () =>
{
equal(parseFilter("||example.com^$unknown").error.type, "invalid-filter",
"unknown option");
equal(parseFilter("[foobar]").error.type, "unexpected-filter-list-header",
« options.js ('K') | « options.js ('k') | qunit/tests/url.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld