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

Brute force name parsing check #286

Open
bskinn opened this issue Mar 26, 2024 · 1 comment
Open

Brute force name parsing check #286

bskinn opened this issue Mar 26, 2024 · 1 comment
Labels
area: tests 🩺 Focused on the test suite issue: maybe 🤔 Being considered, but not certain type: enhancement ✨ Something to add

Comments

@bskinn
Copy link
Owner

bskinn commented Mar 26, 2024

Opt-in flag for a test that tries all possible permutations of valid strings as names up to a certain length.

@bskinn bskinn added type: enhancement ✨ Something to add issue: maybe 🤔 Being considered, but not certain area: tests 🩺 Focused on the test suite labels Mar 26, 2024
@bskinn
Copy link
Owner Author

bskinn commented Mar 26, 2024

Might be enough to have permutations of classes of characters:

  • letter
  • number
  • space
  • colon
  • hyphen

And in each spot of the permutation where a given character class appears, also permute the quantity: one, and more than one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tests 🩺 Focused on the test suite issue: maybe 🤔 Being considered, but not certain type: enhancement ✨ Something to add
Projects
None yet
Development

No branches or pull requests

1 participant