UCLL-PR2 / exercises

P2 Exercises
https://ucll-pr2.github.io/exercises/
6 stars 135 forks source link

Only vowels, digits, letters, dna (regex) #34

Open MatejVeselUCLL opened 8 months ago

MatejVeselUCLL commented 8 months ago

File: 03-regex\01-matching\13-only-vowels\assignment.md Issue description: The assignments states: "checks whether string contains only vowels.". But pytest has an empty string in it. Empty string has no vowels.

Similar issue in next three assignments.