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
/
regexp
/
negated-set-expression.js
blob: 70be08f6809932eab1f14a2da3f561d02e4d8aae (
plain
)
1
assertEq
(
"ab"
.
match
(
/^(?:a[^a])+$/v)[0], "ab");