-
-
Notifications
You must be signed in to change notification settings - Fork 383
Make a test that tests whether the names of Regex are capitalised #205
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
When someone submits a regex with:
"name": "all lowercase regex"
The test should fail and instead should ask for:
"name": "All Lowercase Regex"
See:
https://www.geeksforgeeks.org/title-in-python/
Original mention of issue
As you are already enforcing the leading
^and ending$in regex and testing it. This could also be integrated as a test. (Like name.split(" "), iterate and maybe ignore single letter words)
Yes, we should have good regex.json tests.
Originally posted by @piatrashkakanstantinass in #204 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed