Guest User

Untitled

a guest
Jan 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. (deftest valid-emails
  2. (are [email] (vali/is-email? email)
  3. "testword@domain.com"
  4. "test+word@domain.com"
  5. "test_word@domain.com"
  6. "test'word@domain.com"
  7. "test`word@domain.com"
  8. "test#word@domain.com"
  9. "test=word@domain.com"
  10. "test|word@domain.com"
  11. "testword@test.domain.com"
  12. "t`e's.t@t.e.s.t"))
Add Comment
Please, Sign In to add comment