DiUS / java-faker

Brings the popular ruby faker gem to Java
http://dius.github.io/java-faker
Other
4.77k stars 851 forks source link

Allow some email addresses to contain single quote characters #743

Open malloryavvir opened 2 years ago

malloryavvir commented 2 years ago

Problem: Some email addresses contain single quote characters. I'd like to test that my software can handle them properly.

Solution: Include the single quotes in the email addresses generated by faker.internet().emailAddress()