firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.21k stars 198 forks source link

Task 7 wrong solution not rejected #2048

Closed Cyrillev91 closed 11 months ago

Cyrillev91 commented 1 year ago

Quiz Bug

DO NOT POST QUIZ SOLUTIONS!

Task

Task 7 VALIDATE AN IP

Bug Description

A 42 characters solution is not rejected even though it accepts an invalid IP address:

100.100.2550.100
100.100.2559.100
        ^^^^
firasdib commented 11 months ago

Thank you, I have added more tests to cover these edge cases.