]> git.kaiwu.me - njs.git/commit
Fixed Regexp.prototype.exec() for unicode only regexps.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 17 Apr 2019 18:12:21 +0000 (21:12 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 17 Apr 2019 18:12:21 +0000 (21:12 +0300)
commit834901cdf520b1a911b8d26a0b0ec2159505bb54
tree200134005ccf97848a0485762d2825bf28e01dc3
parentc3eef40fe0458dda0f7647f7614f90a91710e093
Fixed Regexp.prototype.exec() for unicode only regexps.

This closes #138 issue on Github.
njs/njs_regexp.c
njs/test/njs_unit_test.c