-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
generic
-
generic
print(/a(b*)?c/.exec("ac")[1])
should print
"undefined"
and not
""
should print
"undefined"
and not
""