faker icon indicating copy to clipboard operation
faker copied to clipboard

Wrongly formatted name in `Faker.Person.It`

Open fabivs opened this issue 5 months ago • 0 comments

https://github.com/elixirs/faker/blob/1f42d2bf89f66214270804196b8863c860237518/lib/faker/person/it.ex#L922-L923

Ran into this while running some tests in my project and using this library to generate names. Some of my validations were failing because of presence of newlines and spaces in the strings, and I noticed that this name here as a newline and a bunch of spaces at the end by mistake.

fabivs avatar Sep 25 '25 08:09 fabivs