Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faker.Lorem.Slug returns dashes for fa #455

Open
Nefcanto opened this issue Jan 11, 2023 · 0 comments
Open

faker.Lorem.Slug returns dashes for fa #455

Nefcanto opened this issue Jan 11, 2023 · 0 comments

Comments

@Nefcanto
Copy link

Version Information

Software Version(s)
Bogus NuGet Package 34.0.2
.NET Core? 7.0.101
.NET Full Framework?
Windows OS?
Linux OS? Debian 11 (bullseye)
Visual Studio?

What locale are you using with Bogus?

fa

What is the expected behavior?

var slug = new Faker("fa").Lorem.Slug(7);
slug should be random Farsi (Persian) words.

What is the actual behavior?

Slug is dashes, like ------

Please provide a stack trace.

No stack trace

Any possible solutions?

I don't know

How do you reproduce the issue?

  • Install Bogus using dotnet add package Bogus
  • Then run this line of code var slug = new Faker("fa").Lorem.Slug(7)
  • Then print the slug
  • It is a list of dash characters, not words

Do you have a unit test that can demonstrate the bug?

No

Can you identify the location in Bogus' source code where the problem exists?

No

If the bug is confirmed, would you be willing to submit a PR?

Yes or No? No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant