Add example with literal IP addresses.

This commit is contained in:
Michael Mac-Vicar 2025-02-27 01:15:04 -03:00
parent 296ef60b22
commit 944ab7c4da

View file

@ -955,6 +955,8 @@ test.describe('browser', () => {
matches: [
'https://www.hello.com:443/path',
'https://www.sub.hello.com/path',
'https://10.0.0.1/path',
'https://[::1]/path',
],
nonMatches: [
'https://www.any.com:8443/path',