Regex101 icon indicating copy to clipboard operation
Regex101 copied to clipboard

Quiz Task 24

Open Delattre-Remi opened this issue 3 years ago • 2 comments

Quiz Bug

I input a Regex for the Quiz task 24 and the result message it outputs is questionable.

Task

Task 24 : Outermost Brackets

Bug Description

I input a Regex for the Quiz task 24 and it outputs :

Test 4/14: It's not working. Try with the example I gave you!

While when I test the example you gave, it sets the backreferences it should.

Reproduction steps

Input the Regex I wrote (not sure I can share it here) in test 24.

Expected Outcome

Validate the task or fail on another test.

Browser

Edge

OS

Windows 10

Delattre-Remi avatar Aug 05 '22 07:08 Delattre-Remi

Hi @Mostuniqu3 please send your regex to [email protected] so we can take a closer look. Thank you!

working-name avatar Aug 07 '22 12:08 working-name

Thanks for reaching out. The error is telling you to try your regex against the examples given in the task description, which I think seems fair. When I tried it, it showed where your regex failed to match.

How would you suggest to improve the error message?

firasdib avatar Aug 09 '22 19:08 firasdib