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 1475038 commit b1e5df7Copy full SHA for b1e5df7
test/email_validator_test.dart
@@ -5,6 +5,7 @@ import 'package:email_validator/email_validator.dart';
5
6
void main() {
7
var validAddresses = [
8
+ "[email protected]",
9
"\"Abc\\@def\"@example.com",
10
"\"Fred Bloggs\"@example.com",
11
"\"Joe\\\\Blow\"@example.com",
0 commit comments