Skip to content

Commit 6739718

Browse files
committed
Fix bad test cases
1 parent 411eda1 commit 6739718

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tests/static-filtering-parser-checklist.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ a*
3434

3535
! valid hosts file entries
3636
0.0.0.0 0.0.0.0.example.com
37+
0.0.0.0 localhost.example.com
3738
0.0.0.0 local-host.example.com
3839
0.0.0.0 local.com
3940
0.0.0.0 localhost.com
40-
0.0.0.0 localhost.example.com
41+
0.0.0.0 local-host.com
4142

4243
! valid options
4344
$script,redirect=noop.js
@@ -77,7 +78,6 @@ $
7778

7879
! ignored hosts file entries
7980
0.0.0.0 0.0.0.0
80-
0.0.0.0 local-host
8181
0.0.0.0 local
8282
0.0.0.0 localhost
8383

0 commit comments

Comments
 (0)