bounswe / 2021SpringGroup2

Repository of Group 2 for Fundamentals of Software Engineering course at Boğaziçi University
5 stars 2 forks source link

Added various input checks for url format #350

Closed berkaydoner closed 2 years ago

berkaydoner commented 2 years ago

I had implemented a url format checker function to check if the input given in the url text field is a valid link. I have added unit tests with various inputs to check this function.