index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug576823-regexp.js
blob: 175ecb2bceda69ea328b6c7f75416c89e66fbd37 (
plain
)
1
2
3
// Sticky should work across disjunctions.
assertEq
(
/A|B/y
.
exec
(
"CB"
),
null
);