mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
updated to new version of the gatt library
This commit is contained in:
parent
214d2a56da
commit
8a36ca3c47
3 changed files with 11 additions and 4 deletions
4
vendor/github.com/gobwas/glob/glob_test.go
generated
vendored
4
vendor/github.com/gobwas/glob/glob_test.go
generated
vendored
|
@ -130,6 +130,10 @@ func TestGlob(t *testing.T) {
|
|||
glob(false, "{*.google.*,yandex.*}", "www.yandex.com", '.'),
|
||||
glob(false, "{*.google.*,yandex.*}", "google.com", '.'),
|
||||
|
||||
glob(true, "*//{,*.}example.com", "https://www.example.com"),
|
||||
glob(true, "*//{,*.}example.com", "http://example.com"),
|
||||
glob(false, "*//{,*.}example.com", "http://example.com.net"),
|
||||
|
||||
glob(true, pattern_all, fixture_all_match),
|
||||
glob(false, pattern_all, fixture_all_mismatch),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue