We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5f268 commit e87a34dCopy full SHA for e87a34d
1 file changed
spec/type_aliases/email_spec.rb
@@ -56,6 +56,9 @@
56
'email@example.com (Joe Smith)',
57
'email@-example.com',
58
'email@example..com',
59
+ 'random stuff',
60
+ 'valid@email.com',
61
+ 'more random stuff $^*!',
62
'”(),:;<>[\]@example.com',
63
'just”not”right@example.com',
64
'this\ is"really"not\allowed@example.com'].each do |value|
0 commit comments