From 673971875da9c34f6d6d9f428b6ebd0e159424f4 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 10 Aug 2020 10:45:46 -0400 Subject: [PATCH] Fix bad test cases --- docs/tests/static-filtering-parser-checklist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tests/static-filtering-parser-checklist.txt b/docs/tests/static-filtering-parser-checklist.txt index 271a4e2ce..db16f8a39 100644 --- a/docs/tests/static-filtering-parser-checklist.txt +++ b/docs/tests/static-filtering-parser-checklist.txt @@ -34,10 +34,11 @@ a* ! valid hosts file entries 0.0.0.0 0.0.0.0.example.com +0.0.0.0 localhost.example.com 0.0.0.0 local-host.example.com 0.0.0.0 local.com 0.0.0.0 localhost.com -0.0.0.0 localhost.example.com +0.0.0.0 local-host.com ! valid options $script,redirect=noop.js @@ -77,7 +78,6 @@ $ ! ignored hosts file entries 0.0.0.0 0.0.0.0 -0.0.0.0 local-host 0.0.0.0 local 0.0.0.0 localhost