You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Escargot (please complete the following information):
OS: Linux
Describe the bug
RegExp.prototype.test result is wrong
Test case
var locale = "de-gregory-gregory"
var re = /(([a-z]|[0-9]){2,8}-)+(([a-z]|[0-9]){5,8}|(0-9{3}))-(([a-z]|[0-9]){2,8}-)*\3(?!([a-z]|[0-9]))/i
print(re.test("de-gregory-gregory"))
Expected behavior
print true
The text was updated successfully, but these errors were encountered:
Escargot (please complete the following information):
Describe the bug
RegExp.prototype.test result is wrong
Test case
var locale = "de-gregory-gregory"
var re = /(([a-z]|[0-9]){2,8}-)+(([a-z]|[0-9]){5,8}|(0-9{3}))-(([a-z]|[0-9]){2,8}-)*\3(?!([a-z]|[0-9]))/i
print(re.test("de-gregory-gregory"))
Expected behavior
print
true
The text was updated successfully, but these errors were encountered: