We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b169dc3 commit e58e519Copy full SHA for e58e519
test/src/network/url_validator_test.dart
@@ -60,8 +60,6 @@ void main() {
60
'http://example-.com',
61
'http://example.com:port',
62
'ftp://example.com:port',
63
- 'example.com',
64
- 'www.example.com',
65
];
66
67
// Act & Assert
@@ -86,8 +84,6 @@ void main() {
86
84
87
85
88
89
90
91
92
93
@@ -105,8 +101,6 @@ void main() {
105
101
const List<String> validUrls = <String>[
106
102
'http://example.com',
107
103
'https://example.com',
108
- 'http://subdomain.example.com',
109
- 'https://subdomain.example.com',
110
104
111
112
0 commit comments