mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fix bad test cases
This commit is contained in:
parent
411eda1d4c
commit
673971875d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue