]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replace(re) if re.exec() returns non-flat array.
authorVadim Zhestikov <v.zhestikov@f5.com>
Mon, 7 Nov 2022 22:08:28 +0000 (14:08 -0800)
committerVadim Zhestikov <v.zhestikov@f5.com>
Mon, 7 Nov 2022 22:08:28 +0000 (14:08 -0800)
commitba0f3c4d1270d27abb17a3d885a9c10373528e98
tree4255ddb7f9892380ad35fc791f3585a6fa1254c7
parent5e8e5fe4343c6fd6343f2bfdb8b830a8fb6e3690
Fixed String.prototype.replace(re) if re.exec() returns non-flat array.

This fixes #587 issue on Github.
src/njs_regexp.c
src/test/njs_unit_test.c