]> git.kaiwu.me - njs.git/commit
Fixed Regexp.prototype.test() for regexps with backreferences.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 4 Oct 2019 14:19:06 +0000 (17:19 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 4 Oct 2019 14:19:06 +0000 (17:19 +0300)
commit70d7701e556d6f047c64b85a9630ac692f14c8be
tree5ef92319006be71aeff6b2f99a20a53fa506dd16
parent79820fe09a10e25283246389a488b09b19a11075
Fixed Regexp.prototype.test() for regexps with backreferences.

This closes #225 issue on Github.
src/njs_pcre.c
src/njs_pcre.h
src/njs_regex.h
src/njs_regexp.c
src/test/njs_unit_test.c