index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug627609.js
blob: c36a9955674301f5542dd275330f768c5377d14c (
plain
)
1
2
load(libdir + 'eqArrayHelper.js'); assertEqArray(/((a|)+b)+/.exec('bb'), [ "bb", "b", "" ]);