mirror of https://github.com/gorhill/uBlock.git
Fix bad test cases
This commit is contained in:
parent
411eda1d4c
commit
673971875d
|
@ -34,10 +34,11 @@ a*
|
||||||
|
|
||||||
! valid hosts file entries
|
! valid hosts file entries
|
||||||
0.0.0.0 0.0.0.0.example.com
|
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-host.example.com
|
||||||
0.0.0.0 local.com
|
0.0.0.0 local.com
|
||||||
0.0.0.0 localhost.com
|
0.0.0.0 localhost.com
|
||||||
0.0.0.0 localhost.example.com
|
0.0.0.0 local-host.com
|
||||||
|
|
||||||
! valid options
|
! valid options
|
||||||
$script,redirect=noop.js
|
$script,redirect=noop.js
|
||||||
|
@ -77,7 +78,6 @@ $
|
||||||
|
|
||||||
! ignored hosts file entries
|
! ignored hosts file entries
|
||||||
0.0.0.0 0.0.0.0
|
0.0.0.0 0.0.0.0
|
||||||
0.0.0.0 local-host
|
|
||||||
0.0.0.0 local
|
0.0.0.0 local
|
||||||
0.0.0.0 localhost
|
0.0.0.0 localhost
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue