The string validator's input and example string generator's output are inconsistent in some edge cases. Ideally, an output of the generator should also be a valid input to the validator.
- Empty strings
The validator does not accept "", whereas the generator outputs "" for empty strings.
This issue can be updated with further edge cases that have inconsistencies.
The string validator's input and example string generator's output are inconsistent in some edge cases. Ideally, an output of the generator should also be a valid input to the validator.
The validator does not accept
"", whereas the generator outputs""for empty strings.This issue can be updated with further edge cases that have inconsistencies.